summaryrefslogtreecommitdiff
path: root/plugins/debian/README.md
diff options
context:
space:
mode:
authorFelix Stupp <felix.stupp@outlook.com>2021-06-12 14:10:06 +0000
committerGitHub <noreply@github.com>2021-06-12 07:10:06 -0700
commit26e9cead1a7c9264962986fdc3038ad7266c92bd (patch)
tree1a68b37a4868412d2d1015aec3ae1d1c3616e11a /plugins/debian/README.md
parent8aca13ff78e61e83e0e4aa0acb62f42c75e26eb9 (diff)
downloadzsh-26e9cead1a7c9264962986fdc3038ad7266c92bd.tar.gz
zsh-26e9cead1a7c9264962986fdc3038ad7266c92bd.tar.bz2
zsh-26e9cead1a7c9264962986fdc3038ad7266c92bd.zip
feat(plugins): Plugin "debian": Switch order of "apt" and "aptitude" for detection (#7533)
* Switch order of "apt" and "aptitude" for detection "apt" is installed by default at Debian (maybe Ubuntu too), while "aptitude" does not seem to be installed by default. For that, it may be better for most of the users to prefer "aptitude" if installed. * plugins/debian/README: Change of order mirroded into documentation
Diffstat (limited to 'plugins/debian/README.md')
-rw-r--r--plugins/debian/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/debian/README.md b/plugins/debian/README.md
index da5675c66..922d68cb3 100644
--- a/plugins/debian/README.md
+++ b/plugins/debian/README.md
@@ -10,7 +10,7 @@ plugins=(... debian)
## Settings
-- `$apt_pref`: use apt or aptitude if installed, fallback is apt-get.
+- `$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.