Y
Hacker News
new
|
ask
|
show
|
jobs
by
madeofpalk
2703 days ago
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`