Skip to content

Instantly share code, notes, and snippets.

@jrodl3r
Created May 28, 2019 23:40
Show Gist options
  • Save jrodl3r/2f34a0f346a444ede2caa7e685eb17f7 to your computer and use it in GitHub Desktop.
Save jrodl3r/2f34a0f346a444ede2caa7e685eb17f7 to your computer and use it in GitHub Desktop.
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