summaryrefslogtreecommitdiff
path: root/plugins/dnf/README.md
diff options
context:
space:
mode:
authorMarcus Müller <marcus@hostalia.de>2023-09-21 12:43:00 +0200
committerGitHub <noreply@github.com>2023-09-21 11:43:00 +0100
commit1c55a0fe5246487ec9f18e03b7f28862b76cb7ab (patch)
treefdd2281c7f27ad577ede74b8c57626c5aaaa5710 /plugins/dnf/README.md
parent1cc32be5f632ff933b3e3f1c7bd9e612a274c095 (diff)
downloadzsh-1c55a0fe5246487ec9f18e03b7f28862b76cb7ab.tar.gz
zsh-1c55a0fe5246487ec9f18e03b7f28862b76cb7ab.tar.bz2
zsh-1c55a0fe5246487ec9f18e03b7f28862b76cb7ab.zip
feat(dnf): use `dnf5` if available (#11904)
Co-authored-by: Marcus Müller <marcus_ohmyzsh@baseband.digital>
Diffstat (limited to 'plugins/dnf/README.md')
-rw-r--r--plugins/dnf/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/dnf/README.md b/plugins/dnf/README.md
index dc0d1e0a0..f45c8778c 100644
--- a/plugins/dnf/README.md
+++ b/plugins/dnf/README.md
@@ -10,6 +10,9 @@ To use it, add `dnf` to the plugins array in your zshrc file:
plugins=(... dnf)
```
+Classic `dnf` is getting superseded by `dnf5`; this plugin detects the presence
+of `dnf5` and uses it as drop-in alternative to the slower `dnf`.
+
## Aliases
| Alias | Command | Description |