5 lines
111 B
Bash
5 lines
111 B
Bash
# Enable rbenv if it is installed
|
|
if (( $+commands[rbenv] )); then
|
|
eval "$(rbenv init - --no-rehash zsh)"
|
|
fi
|