fish-nvm icon indicating copy to clipboard operation
fish-nvm copied to clipboard

.nvmrc should be searched by traversing the directory tree up

Open PegasisForever opened this issue 2 years ago • 1 comments

fish-nvm should include parent directories when searching .nvmrc.

For example:

$ echo 14 > .nvmrc
$ cd child
$ node -v
   # still 16

Somewhere related: jorgebucaran/nvm.fish#45

PegasisForever avatar May 26 '22 14:05 PegasisForever

I won't be picking this up in the following months, maybe after summer. Feel free to open a PR if you need this sooner.

FabioAntunes avatar Jul 11 '23 08:07 FabioAntunes