Skip to content

Instantly share code, notes, and snippets.

@gregblake
Created May 29, 2019 13:21
Show Gist options
  • Select an option

  • Save gregblake/a7264c075ce473d39ccd827b01701a7d to your computer and use it in GitHub Desktop.

Select an option

Save gregblake/a7264c075ce473d39ccd827b01701a7d to your computer and use it in GitHub Desktop.
Add nvm to ~/.bash_profile
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment