Hacker News new | ask | show | jobs
by torben-friis 2703 days ago
I currently have this problem on my zsh setup - is there any easy fix for it?
1 comments

idk about zsh, but for fish there is https://github.com/FabioAntunes/fish-nvm which delays executing nvm until you use one of the node binaries. Essentially, node is aliased to `nvm activate && node`