Created
April 25, 2017 23:24
-
-
Save arferreira/79edac7b8dc89e8836c3e909514a2c38 to your computer and use it in GitHub Desktop.
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 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshenv | |
$ echo 'eval "$(rbenv init -)"' >> ~/.zshenv | |
$ echo 'source $HOME/.zshenv' >> ~/.zshrc | |
$ exec $SHELL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment