Skip to content

Instantly share code, notes, and snippets.

@lancebecker
Created February 25, 2013 22:51
Show Gist options
  • Save lancebecker/5034071 to your computer and use it in GitHub Desktop.
Save lancebecker/5034071 to your computer and use it in GitHub Desktop.
make RBENV and zsh place nice
# RBENV {{{
if which rbenv > /dev/null; then eval "$(rbenv init - zsh)"; fi
# }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment