feat(dnf): use dnf5 if available (#11904)

Co-authored-by: Marcus Müller <marcus_ohmyzsh@baseband.digital>
This commit is contained in:
Marcus Müller 2023-09-21 12:43:00 +02:00 committed by GitHub
commit 1c55a0fe52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 12 deletions

View file

@ -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 |