dotfiles/zsh.d/rbenv.zsh
2025-05-05 19:39:17 -05:00

5 lines
111 B
Bash

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