Prevent NVM from slowing down my terminal #1407
tomasvanrijsse
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have just profiled my zsh terminal (using zprof) and it looks like it got a lot slower because of NVM.
This nice blog post had some nice insights about how to speed it up.
The
zsh-nvm
plugin that's suggested doesn't play nice with Herd NVM unfortunately.I personally haven't used NVM at all, so being able to remove it from .zshrc would be nice.
Or not installing it like suggested in this discussion
But if it has to be in there, could it be lazy loaded like
zsh-nvm
also does?Beta Was this translation helpful? Give feedback.
All reactions