Skip to content

Instantly share code, notes, and snippets.

@nmccready
Created October 28, 2014 16:03
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 nmccready/96756cd81257686a21b3 to your computer and use it in GitHub Desktop.
Save nmccready/96756cd81257686a21b3 to your computer and use it in GitHub Desktop.
nvm settins
#NVM
source $(brew --prefix nvm)/nvm.sh
#Node installs will be lost upon upgrading nvm. Add the following above
#the source line to move install location and prevent this:
export NVM_DIR=~/.nvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment