Horje
how use nvm with zsh Code Example
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!
Source: github.com




Shell

Related
unzip tar.gz Code Example unzip tar.gz Code Example
trocar user name e emailgit Code Example trocar user name e emailgit Code Example
list interfaces centos Code Example list interfaces centos Code Example
lxc delete container Code Example lxc delete container Code Example
git set commit date Code Example git set commit date Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12