mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Add file to description how to use zsh_nvm_auto_load
This commit is contained in:
parent
b256f11335
commit
62377ab6cb
1 changed files with 15 additions and 0 deletions
15
plugins/nvm/README.md
Normal file
15
plugins/nvm/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
# NVM plugin
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
This plugin provides load nvm if it exists and when the .nvmrc file exists in your directory, it will download the described node version.
|
||||||
|
|
||||||
|
To start using it:
|
||||||
|
* Add the `ZSH_NVM_AUTOLOAD=true` at the beginning of the file `~/.zshrc`
|
||||||
|
* Add `nvm` plugin to your plugins array in `~/.zshrc`
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
ZSH_NVM_AUTOLOAD=true
|
||||||
|
# ...
|
||||||
|
plugins=(... nvm)
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue