Skip to content

Instantly share code, notes, and snippets.

@iamkirkbater
Created January 10, 2018 13:31
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 iamkirkbater/e287e849b6542e7795118101067c61f3 to your computer and use it in GitHub Desktop.
Save iamkirkbater/e287e849b6542e7795118101067c61f3 to your computer and use it in GitHub Desktop.
Auto Change NVM version on `cd` command
cd () {
builtin cd "$@" && [ -f ".nvmrc" ] && nvm use
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment