ZSH add rbenv

Last modified 11 months ago

Summary

For zsh users, this adds the ruby environment manager, if it exists

Code

if command -v rbenv >/dev/null; then
eval "$(rbenv init - zsh --no-rehash)"
fi