dotfiles/home/.zshrc

8 lines
231 B
Bash
Raw Normal View History

2012-07-28 17:01:15 +00:00
ZSH=$HOME/.oh-my-zsh
2013-07-26 12:07:03 +00:00
ZSH_THEME="cheetah"
2012-07-28 17:01:15 +00:00
2015-02-01 13:37:39 +00:00
plugins=(osx brew git github redis-cli ruby rbenv gem bundler zsh-syntax-highlighting)
2012-07-28 17:01:15 +00:00
source $ZSH/oh-my-zsh.sh
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:$PATH