-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
needs followupWe need some info or action from whoever filed this issue/PR.We need some info or action from whoever filed this issue/PR.performanceThis relates to anything regarding the speed of using nvm.This relates to anything regarding the speed of using nvm.shell: zsh: oh-my-zsh
Description
Hey. I use a minimal zsh config to make sure my shell starts fast.
However after adding
. ~/.nvm/nvm.sh
The shell starts much slower.
So I changed it to
PATH=~/.nvm/versions/io.js/v2.3.3/bin:$PATH
I know I can't utilize nvm
full this way, but I'm OK with just using one version. When I want to use another version I'll load ~/.nvm/nvm.sh
to use nvm and then change the node bin PATH.
But will this setting break anything? Any ENV var I should set up manually?
joaomoreno, dourvaris, maiwald, aep, vedmant and 7 more
Metadata
Metadata
Assignees
Labels
needs followupWe need some info or action from whoever filed this issue/PR.We need some info or action from whoever filed this issue/PR.performanceThis relates to anything regarding the speed of using nvm.This relates to anything regarding the speed of using nvm.shell: zsh: oh-my-zsh