Shell/Bash: how use nvm with zsh Example
Shell/Bash Example: This is the "how use nvm with zsh" Example. compiled from many sources on the internet by SimpleTutorials.org
how use nvm with zsh
git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm // edit .zshrc file and add to plugins plugins+=(zsh-nvm) // After the save, close the terminal re-open and install the version of node you want nvm install 12 // Magically works!
* Summary: This "how use nvm with zsh" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!