Skip to content

Instantly share code, notes, and snippets.

@hapo31
Created March 18, 2018 05:37
Show Gist options
  • Save hapo31/cb8610cc6ffdb3db898cb253109c872d to your computer and use it in GitHub Desktop.
Save hapo31/cb8610cc6ffdb3db898cb253109c872d to your computer and use it in GitHub Desktop.
nvm() {
unset -f nvm
source "${NVM_DIR:-$HOME/.nvm}/nvm.sh"
nvm "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment