Skip to content

Instantly share code, notes, and snippets.

@arferreira
Created April 25, 2017 23:24
Show Gist options
  • Save arferreira/79edac7b8dc89e8836c3e909514a2c38 to your computer and use it in GitHub Desktop.
Save arferreira/79edac7b8dc89e8836c3e909514a2c38 to your computer and use it in GitHub Desktop.
$ 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