Skip to content

Instantly share code, notes, and snippets.

@username1290
Created July 11, 2019 00:40
Show Gist options
  • Save username1290/4d4b25e75c7d565dafab38c058b657cf to your computer and use it in GitHub Desktop.
Save username1290/4d4b25e75c7d565dafab38c058b657cf to your computer and use it in GitHub Desktop.
Using nvm with zsh
# https://stackoverflow.com/questions/47009776/how-to-run-nvm-in-oh-my-zsh/56727768#56727768
(zsh is already installed)
1.- install nvm using the curl method
2.- edit file
nano ~/.zshrc
3.- add nvm to make it show as plugins=(git nvm)
4.- close Terminal, reopen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment