Skip to content

Instantly share code, notes, and snippets.

@marcomontes
Created May 9, 2021 14:50
Show Gist options
  • Save marcomontes/9b4bde9cccb8609ecc9f1f87eef32a28 to your computer and use it in GitHub Desktop.
Save marcomontes/9b4bde9cccb8609ecc9f1f87eef32a28 to your computer and use it in GitHub Desktop.
Move rbenv setup from bash to zsh
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