mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Initialize rbenv for Zsh.
This commit is contained in:
parent
16962c6817
commit
33d0ecb9be
1 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,6 @@ fi
|
||||||
# Loads rbenv into the shell session.
|
# Loads rbenv into the shell session.
|
||||||
if [[ -s "$HOME/.rbenv/bin/rbenv" ]]; then
|
if [[ -s "$HOME/.rbenv/bin/rbenv" ]]; then
|
||||||
path=("$HOME/.rbenv/bin" $path)
|
path=("$HOME/.rbenv/bin" $path)
|
||||||
eval "$(rbenv init -)"
|
eval "$(rbenv init - zsh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue