diff options
author | HÃ¥vard Bartnes <haavard.bartnes@gmail.com> | 2023-03-28 12:50:05 +0200 |
---|---|---|
committer | Carlo Sala <carlosalag@protonmail.com> | 2023-03-28 12:58:33 +0200 |
commit | 8f6fbe238969ecb22fbdae75450a9f8705c9f979 (patch) | |
tree | c42476482f58cc193379292f3de1f1d1665c3265 /README.md | |
parent | c08b925d282e35ea7bd9a8f4c29de2ece0debb49 (diff) | |
download | zsh-8f6fbe238969ecb22fbdae75450a9f8705c9f979.tar.gz zsh-8f6fbe238969ecb22fbdae75450a9f8705c9f979.tar.bz2 zsh-8f6fbe238969ecb22fbdae75450a9f8705c9f979.zip |
feat(upgrade): add verbosity settings
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
Closes #11574
Closes #11579
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -317,6 +317,18 @@ zstyle ':omz:update' frequency 7 zstyle ':omz:update' frequency 0 ``` +### Updates verbosity + +You can also limit the update verbosity with the following settings: + +```sh +zstyle ':omz:update' verbose default # default update prompt + +zstyle ':omz:update' verbose minimal # only few lines + +zstyle ':omz:update' verbose silent # only errors +``` + ### Manual Updates If you'd like to update at any point in time (maybe someone just released a new plugin and you don't want to wait a week?) you just need to run: |