small bug fix

This commit is contained in:
2014-07-02 09:52:14 +02:00
parent fbd424a061
commit deca506369

2
zshrc
View File

@@ -13,7 +13,7 @@ ulimit -Sn 2048
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
# rbenv
if which rbenv > /dev/null;
if which rbenv > /dev/null; then
export RBENV_ROOT=/usr/local/var/rbenv
eval "$(rbenv init -)"
fi