dotfiles/home/.zshrc

8 lines
236 B
Bash
Raw Normal View History

2012-07-28 17:01:15 +00:00
ZSH=$HOME/.oh-my-zsh
2013-03-10 23:05:37 +00:00
ZSH_THEME="norm"
2012-07-28 17:01:15 +00:00
2013-03-10 23:05:37 +00:00
plugins=(osx brew git github redis-cli ruby rbenv gem bundler vagrant 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