Skip to content

Instantly share code, notes, and snippets.

@Dillie-O
Created January 5, 2018 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dillie-O/1fce4b42c9e4e065b9316b7f5dbb3958 to your computer and use it in GitHub Desktop.
Save Dillie-O/1fce4b42c9e4e065b9316b7f5dbb3958 to your computer and use it in GitHub Desktop.
[Add rbenv to ZSH] Adds rbenv command to be accessible in ZSH (if available) #zsh #environment #configuration #ruby
# load rbenv if available
if command -v rbenv >/dev/null; then
eval "$(rbenv init - zsh --no-rehash)"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment