Merge e518eb09a9 into bee7b9970e
This commit is contained in:
commit
d911b2c5ec
|
|
@ -354,6 +354,12 @@ add-zsh-hook chpwd load-nvmrc
|
|||
load-nvmrc
|
||||
```
|
||||
|
||||
In addition, run the following command to set the default node version in your shell to use the system-installed version of node, in case no .nvmrc file exist in the path we're accessing:
|
||||
|
||||
```zsh
|
||||
nvm alias default system
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
nvm is released under the MIT license.
|
||||
|
|
|
|||
Loading…
Reference in New Issue