Skip to content

Instantly share code, notes, and snippets.

@Teagan42
Created May 27, 2019 20:12
Show Gist options
  • Save Teagan42/44df378f8217b5a87f4128ad5ee2fb32 to your computer and use it in GitHub Desktop.
Save Teagan42/44df378f8217b5a87f4128ad5ee2fb32 to your computer and use it in GitHub Desktop.
echo 'export NVM_DIR="$HOME/.nvm"' >> ~/.bash_profile
echo '[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm' >> ~/.bash_profile
echo '[ -s "/usr/local/opt/nvm/etc/bash_completion" ] && . "/usr/local/opt/nvm/etc/bash_completion" # This loads nvm bash_completion' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment