You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install script incorrectly added nvm config to my .bashrc even though I'm using zsh.
I believe this part of the install script is the problem: https://github.com/nvm-sh/nvm/blob/master/install.sh#L280
My understanding of it is it basically undoes the detection above and goes ahead with .bashrc because the file exists.
The text was updated successfully, but these errors were encountered:
The install script incorrectly added nvm config to my .bashrc even though I'm using zsh.
I believe this part of the install script is the problem: https://github.com/nvm-sh/nvm/blob/master/install.sh#L280
My understanding of it is it basically undoes the detection above and goes ahead with .bashrc because the file exists.
The text was updated successfully, but these errors were encountered: