fixing path, adding rvm

This commit is contained in:
Nick Nisi
2012-05-04 14:57:35 -05:00
parent 40be6da382
commit e659596c61

View File

@@ -24,7 +24,13 @@ compinit
export EDITOR='vim' export EDITOR='vim'
export PATH=/usr/local/bin:$PATH
# check for custom bin directory and add to path # check for custom bin directory and add to path
if [[ -d ~/bin ]]; then if [[ -d ~/bin ]]; then
export PATH=~/bin:$PATH export PATH=~/bin:$PATH
fi fi
# load RVM
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"