jorgebucaran / nvm.fish

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

NVM not automatically enabled #220

Closed alper closed 3 months ago

alper commented 3 months ago

I have the actual nvm installed and I thought this plugin would (similar to the pyenv fish plugin) enable some node version automatically.

This is not the case? I need to add the command to fish.config myself?

jorgebucaran commented 3 months ago

https://github.com/jorgebucaran/nvm.fish?tab=readme-ov-file#nvm_default_version

aweibell commented 2 months ago

This seems to only provide node as an available command after running nvm use in any new terminal? Is there a recommended way to always have node available when you open a new terminal?

Thank you for all your efforts for a great terminal experience, BTW, @jorgebucaran :)

jorgebucaran commented 2 months ago

Is there a recommended way to always have node available when you open a new terminal?

Yes. nvm_default_version exists for that purpose.