Browse Source

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

Jarrett Lusso 10 months ago
parent
commit
8bdb5c959c
1 changed files with 1 additions and 6 deletions
  1. 1 6
      plugins/nvm/README.md

+ 1 - 6
plugins/nvm/README.md

@@ -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
-```
-
-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_
 Note: _this will not remove regular `nvm` output_