summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHÃ¥vard Bartnes <haavard.bartnes@gmail.com>2023-03-28 12:50:05 +0200
committerCarlo Sala <carlosalag@protonmail.com>2023-03-28 12:58:33 +0200
commit8f6fbe238969ecb22fbdae75450a9f8705c9f979 (patch)
treec42476482f58cc193379292f3de1f1d1665c3265 /README.md
parentc08b925d282e35ea7bd9a8f4c29de2ece0debb49 (diff)
downloadzsh-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.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4042c8c26..4f0aeb7b4 100644
--- a/README.md
+++ b/README.md
@@ -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: