Skip to content

Instantly share code, notes, and snippets.

@geta6
Created October 11, 2011 07:31
Show Gist options
  • Save geta6/1277499 to your computer and use it in GitHub Desktop.
Save geta6/1277499 to your computer and use it in GitHub Desktop.
nvm loader
if [ ! -e $HOME/.nvm ]; then
:
else
. ~/.nvm/nvm.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment