Skip to content

Instantly share code, notes, and snippets.

@rahulbanerjee26
Created October 22, 2022 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulbanerjee26/dad2dbd6c808d11c29380c59c776926a to your computer and use it in GitHub Desktop.
Save rahulbanerjee26/dad2dbd6c808d11c29380c59c776926a 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