Skip to content

Instantly share code, notes, and snippets.

@alexshagov
Created July 30, 2019 13:40
Show Gist options
  • Save alexshagov/2ca7c034d25183430c47b8243047ea3e to your computer and use it in GitHub Desktop.
Save alexshagov/2ca7c034d25183430c47b8243047ea3e to your computer and use it in GitHub Desktop.
Project-specific NVM using direnv
nvmrc=~/.nvm/nvm.sh
if [ -e $nvmrc ]; then
source $nvmrc
nvm use
fi
PATH_add node_modules/.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment