Skip to content

Instantly share code, notes, and snippets.

@nnzo
Created June 20, 2020 12:51
Show Gist options
  • Select an option

  • Save nnzo/58d68a0193212d69eadaaf24b157d83a to your computer and use it in GitHub Desktop.

Select an option

Save nnzo/58d68a0193212d69eadaaf24b157d83a to your computer and use it in GitHub Desktop.
nvminit
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment