put /usr/local/bin ahead of the path and added rvm support

This commit is contained in:
hukl 2012-04-24 11:43:25 +02:00
parent b7d4c84c24
commit 3f45a81d9a

3
.zshrc
View file

@ -1,6 +1,9 @@
export ZSH=~/.zsh
source ~/.rvm/scripts/'rvm'
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
PATH=/usr/local/bin:$PATH
# Load all of the config files in ~/oh-my-zsh that end in .zsh
for config_file ($ZSH/lib/*.zsh) source $config_file