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
For zsh users, this adds the ruby environment manager, if it exists
if command -v rbenv >/dev/null; then
eval "$(rbenv init - zsh --no-rehash)"
fi