Removing mentions of $PATH, using zsh $path instead

This commit is contained in:
Jake Bell 2014-07-23 20:29:30 -05:00
commit 3e5b128c2d
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ for rbenvdir in "${rbenvdirs[@]}" ; do
RBENV_ROOT=$rbenvdir
fi
export RBENV_ROOT
export PATH=${rbenvdir}/bin:$PATH
path=(${rbenvdir}/bin $path)
eval "$(rbenv init --no-rehash - zsh)"
alias rubies="rbenv versions"