ZSH add rbenv

Last modified 1 year ago
Danger icon
The last modifications of this post were around 1 year ago, some information may be outdated!

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