Skip to content

Instantly share code, notes, and snippets.

@ashtonian
Created August 17, 2021 21:49
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 ashtonian/6896e279ead87012b94b22fcc121853e to your computer and use it in GitHub Desktop.
Save ashtonian/6896e279ead87012b94b22fcc121853e to your computer and use it in GitHub Desktop.
nvm setup add to zshrc
export NVM_DIR="$HOME/.nvm"
[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm
[ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment