1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-08-14 18:30:22 +00:00

Add DNF module

Signed-off-by: Sorin Ionescu <sorin.ionescu@gmail.com>
This commit is contained in:
FireWave
2013-03-28 16:58:10 -04:00
committed by Sorin Ionescu
parent 904c94469e
commit b6efdc1ea4
3 changed files with 62 additions and 0 deletions

29
modules/dnf/README.md Normal file
View File

@@ -0,0 +1,29 @@
DNF
===
Defines [dnf][1] aliases.
Aliases
-------
- `dnfc` removes package(s) and leaves.
- `dnfi` installs package(s).
- `dnfh` displays history.
- `dnfl` lists packages.
- `dnfL` lists installed packages.
- `dnfq` displays package information.
- `dnfr` removes package(s).
- `dnfs` searches for a package.
- `dnfu` updates packages.
- `dnfU` upgrates packages.
Authors
-------
*The authors of this module should be contacted via the [issue tracker][2].*
- [Sorin Ionescu](https://github.com/sorin-ionescu)
[1]: https://fedoraproject.org/wiki/Features/DNF
[2]: https://github.com/sorin-ionescu/prezto/issues