Skip to content

Instantly share code, notes, and snippets.

@captainpete
Created November 10, 2010 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save captainpete/671748 to your computer and use it in GitHub Desktop.
Save captainpete/671748 to your computer and use it in GitHub Desktop.
# NVM
if [[ -s $HOME/.nvm ]] ; then
setopt nullglob
NVM_DIR=$HOME/.nvm
source $NVM_DIR/nvm.sh
nvm use
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment