Initialize rbenv for Zsh.
This commit is contained in:
parent
16962c6817
commit
33d0ecb9be
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user