summaryrefslogtreecommitdiff
path: root/plugins/nvm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nvm/README.md')
-rw-r--r--plugins/nvm/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/plugins/nvm/README.md b/plugins/nvm/README.md
index 4c6312e6e..d3fd980be 100644
--- a/plugins/nvm/README.md
+++ b/plugins/nvm/README.md
@@ -48,5 +48,13 @@ If set, the plugin will automatically load a node version when if finds a
version to load. This can be done, similar as previous options, adding:
```zsh
-zstyle ':omz:plugins:nvm' autoload true
+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
+```
+
+Note: _this will not remove regular `nvm` output_