1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 12:50:27 +00:00

Initialize rbenv for Zsh.

This commit is contained in:
Sorin Ionescu 2012-02-03 17:49:40 -05:00
parent 16962c6817
commit 33d0ecb9be

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