nvm.fish
nvm.fish copied to clipboard
Does not respect my .envrc
I'm not sure what is the matter, but I have a .envrc in a folder. If I go into a child folder of that folder, I expect direnv to traverse up and execute the nearest .envrc.
For some reason this does not work with nvm use in there.
If I run nvm use manually from the child folder, it works, but I can't keep running this manually all the time.