Skip to content

Instantly share code, notes, and snippets.

@bntzio
Created October 10, 2015 22:21
Show Gist options
  • Select an option

  • Save bntzio/196a3b6fa43f689fa297 to your computer and use it in GitHub Desktop.

Select an option

Save bntzio/196a3b6fa43f689fa297 to your computer and use it in GitHub Desktop.
Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment