Unverified Commit 8bdb5c95 authored by Jarrett Lusso's avatar Jarrett Lusso Committed by GitHub

docs(nvm): clarify autoload setup (#11797)

parent fe4b5659
...@@ -52,12 +52,7 @@ version to load. This can be done, similar as previous options, adding: ...@@ -52,12 +52,7 @@ version to load. This can be done, similar as previous options, adding:
```zsh ```zsh
zstyle ':omz:plugins:nvm' autoload yes zstyle ':omz:plugins:nvm' autoload yes
``` zstyle ':omz:plugins:nvm' silent-autoload yes # optionally remove the output generated by NVM when autoloading
To remove the output generated by NVM when autoloading, you can set the following option:
```zsh
zstyle ':omz:plugins:nvm' silent-autoload yes
``` ```
Note: _this will not remove regular `nvm` output_ Note: _this will not remove regular `nvm` output_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment