Skip to content

Instantly share code, notes, and snippets.

@theachyutkadam
Created November 20, 2018 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theachyutkadam/17db82e1bd918770c4b0ac07da3dfa11 to your computer and use it in GitHub Desktop.
Save theachyutkadam/17db82e1bd918770c4b0ac07da3dfa11 to your computer and use it in GitHub Desktop.
command not found
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