|
|
@ -15,8 +15,8 @@ if [[ -s "$HOME/.rvm/scripts/rvm" ]]; then
|
|
|
|
source "$HOME/.rvm/scripts/rvm"
|
|
|
|
source "$HOME/.rvm/scripts/rvm"
|
|
|
|
|
|
|
|
|
|
|
|
# Load manually installed rbenv into the shell session.
|
|
|
|
# Load manually installed rbenv into the shell session.
|
|
|
|
elif [[ -s "$HOME/.rbenv/bin/rbenv" ]]; then
|
|
|
|
elif [[ -s "${RBENV_ROOT:=$HOME/.rbenv}/bin/rbenv" ]]; then
|
|
|
|
path=("$HOME/.rbenv/bin" $path)
|
|
|
|
path=("${RBENV_ROOT}/bin" $path)
|
|
|
|
eval "$(rbenv init - --no-rehash zsh)"
|
|
|
|
eval "$(rbenv init - --no-rehash zsh)"
|
|
|
|
|
|
|
|
|
|
|
|
# Load package manager installed rbenv into the shell session.
|
|
|
|
# Load package manager installed rbenv into the shell session.
|
|
|
|