jorgebucaran / nvm.fish

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

nvm use on new tab terminal #218

Closed Natchii59 closed 6 months ago

Natchii59 commented 6 months ago

I'm on Webstorm and when I open the terminal nvm doesn't use the node version of the project. In this one I have the .nvmrc file and I open a terminal with fish. It would be nice if nvm detected the file when opening a terminal.

image
jorgebucaran commented 6 months ago

It would be nice if nvm detected the file when opening a terminal.

Ah, I see you're interested in automatic version switching. Unfortunately, that is not a feature I plan to implement in nvm for reasons discussed in https://github.com/jorgebucaran/nvm.fish/pull/181. However, you can find an easy solution in https://github.com/jorgebucaran/nvm.fish/pull/186#issuecomment-1142412874.