diff options
author | Jarrett Lusso <jclusso@gmail.com> | 2023-07-15 16:10:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 22:10:48 +0200 |
commit | 8bdb5c959c9a5c74d3b59c05a3a0bca5e602c3cd (patch) | |
tree | 4c7cbc304a94684c8f2e9bd72c4ed2b404b664ae /plugins | |
parent | fe4b5659863c388786986d70fa6d1bb66b00afb6 (diff) | |
download | zsh-8bdb5c959c9a5c74d3b59c05a3a0bca5e602c3cd.tar.gz zsh-8bdb5c959c9a5c74d3b59c05a3a0bca5e602c3cd.tar.bz2 zsh-8bdb5c959c9a5c74d3b59c05a3a0bca5e602c3cd.zip |
docs(nvm): clarify autoload setup (#11797)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/nvm/README.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/nvm/README.md b/plugins/nvm/README.md index eee3bf717..b5ef221d3 100644 --- a/plugins/nvm/README.md +++ b/plugins/nvm/README.md @@ -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_ |