dotfiles/zsh.d/rbenv.zsh

5 lines
95 B
Bash

# Enable goenv if it is installed
if (( $+commands[rbenv] )); then
eval "$(rbenv init -)"
fi