jorgebucaran / nvm.fish

The Node.js version manager you'll adore, crafted just for Fish
https://git.io/nvm.fish
MIT License
2.08k stars 69 forks source link

New terminal requires nvm command to be run #168

Closed gbailey4 closed 2 years ago

gbailey4 commented 2 years ago

Whenever I open a new terminal I need to run nvm use its otherwise when I run node --version it returns that there is no node installed. Is there a way to have a default node version set upon opening a new terminal session?

gbailey4 commented 2 years ago

I missed the piece in the readme, my mistake!

In case anyone comes across this, you set your default version by using the following command: set --universal nvm_default_version v12.9.1 or whatever version you'd like for your default