From 34ba412313a600ef504e895b3ade3bca274b5712 Mon Sep 17 00:00:00 2001 From: Lenz Grimmer Date: Wed, 28 Feb 2018 10:19:16 +0100 Subject: [PATCH] Added dnf plugin --- Plugins-Overview.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Plugins-Overview.md b/Plugins-Overview.md index 6b0c3e8..ce82bb6 100644 --- a/Plugins-Overview.md +++ b/Plugins-Overview.md @@ -169,7 +169,9 @@ | Name | Description | | ------------------------------------------------------------------------------------ | ----------------------------------------- | | [archlinux](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/archlinux) | aliases for yaourt and pacman | -| [debian](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/debian) | aliases for apt* utils | +| [debian](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/debian) | aliases for apt* utils | +| [dnf](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/dnf) | aliases for `dnf` +| | [suse](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/suse) | aliases for SUSE Linux (zypper aliases) | | [systemd](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/systemd) | aliases | | [yum](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/yum) | aliases |