Skip to content

Instantly share code, notes, and snippets.

@davegomez
Created January 19, 2022 18:55
Show Gist options
  • Save davegomez/76c81add117db4216cbae95b2ecb153a to your computer and use it in GitHub Desktop.
Save davegomez/76c81add117db4216cbae95b2ecb153a to your computer and use it in GitHub Desktop.
# This loads nvm.sh and sets the correct PATH before running hook
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment