summaryrefslogtreecommitdiff
path: root/plugins/debian/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/debian/README.md')
-rw-r--r--plugins/debian/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/debian/README.md b/plugins/debian/README.md
index 1db534f13..6835ad65c 100644
--- a/plugins/debian/README.md
+++ b/plugins/debian/README.md
@@ -13,7 +13,12 @@ plugins=(... debian)
- `$apt_pref`: use aptitude or apt if installed, fallback is apt-get.
- `$apt_upgr`: use upgrade or safe-upgrade (for aptitude).
-Set `$apt_pref` and `$apt_upgr` to whatever command you want (before sourcing Oh My Zsh) to override this behavior.
+Set **both** `$apt_pref` and `$apt_upgr` to whatever command you want (before sourcing Oh My Zsh) to override this behavior, e.g.:
+
+```sh
+apt_pref='apt'
+apt_upgr='full-upgrade'
+```
## Common Aliases