Created
October 10, 2015 22:21
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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