mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
docs(nvm): clarify autoload setup (#11797)
This commit is contained in:
parent
fe4b565986
commit
8bdb5c959c
1 changed files with 1 additions and 6 deletions
|
@ -52,12 +52,7 @@ version to load. This can be done, similar as previous options, adding:
|
|||
|
||||
```zsh
|
||||
zstyle ':omz:plugins:nvm' autoload yes
|
||||
```
|
||||
|
||||
To remove the output generated by NVM when autoloading, you can set the following option:
|
||||
|
||||
```zsh
|
||||
zstyle ':omz:plugins:nvm' silent-autoload yes
|
||||
zstyle ':omz:plugins:nvm' silent-autoload yes # optionally remove the output generated by NVM when autoloading
|
||||
```
|
||||
|
||||
Note: _this will not remove regular `nvm` output_
|
||||
|
|
Loading…
Reference in a new issue