Initialize rbenv for Zsh.

This commit is contained in:
Sorin Ionescu 2012-02-03 17:49:40 -05:00
parent 16962c6817
commit 33d0ecb9be
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ fi
# Loads rbenv into the shell session.
if [[ -s "$HOME/.rbenv/bin/rbenv" ]]; then
path=("$HOME/.rbenv/bin" $path)
eval "$(rbenv init -)"
eval "$(rbenv init - zsh)"
fi