First, put the version you commonly use in your path
export PATH="${PATH}:/home/victor/.nvm/versions/node/v6.5.0/bin"
export NVM_DIR="/home/victor/.nvm" alias n=". $NVM_DIR/nvm.sh"
$ n $ nvm install 6.6.0 Now using node v6.5.0
First, put the version you commonly use in your path
Then, instead of sourching nvm when your shell starts, do it when you call an alias instead. Now, you have a node+npm version by default, and you can do a quick flow if you want to change