mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-20 07:09:50 +00:00
feat(nvm): add silent-autoload setting (#11363)
Co-authored-by: Michał Regulski <regulskimichal@outlook.com> Closes #10942
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user