summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2018-05-07 23:15:54 +0200
committerMarc Cornellà <marc.cornella@live.com>2018-05-07 23:15:54 +0200
commit835c7df795375b7e227215743a593ab847a6ec35 (patch)
treee3e7352b6cb362572160bb2cdb48357c2b1ae1ba /plugins
parent362b061f5ca657034445f3805fa962efc99f0a3e (diff)
parent0011d34f71fca91a2afeca7a0c05942c7e63ee5f (diff)
downloadzsh-835c7df795375b7e227215743a593ab847a6ec35.tar.gz
zsh-835c7df795375b7e227215743a593ab847a6ec35.tar.bz2
zsh-835c7df795375b7e227215743a593ab847a6ec35.zip
Merge branch 'MikeDawg-master'
Fixes #6426 Close #6598
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fedora/README.md3
l---------[-rw-r--r--]plugins/fedora/fedora.plugin.zsh17
2 files changed, 1 insertions, 19 deletions
diff --git a/plugins/fedora/README.md b/plugins/fedora/README.md
deleted file mode 100644
index f384b0ffd..000000000
--- a/plugins/fedora/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a plugin based on yum plugin, but using dnf as main frontend
-(from Fedora 22 onwards, yum is deprecated in favor of dnf).
-
diff --git a/plugins/fedora/fedora.plugin.zsh b/plugins/fedora/fedora.plugin.zsh
index eddc3627b..16a214313 100644..120000
--- a/plugins/fedora/fedora.plugin.zsh
+++ b/plugins/fedora/fedora.plugin.zsh
@@ -1,16 +1 @@
-## Aliases
-
-alias dnfs="dnf search" # search package
-alias dnfp="dnf info" # show package info
-alias dnfl="dnf list" # list packages
-alias dnfgl="dnf grouplist" # list package groups
-alias dnfli="dnf list installed" # print all installed packages
-alias dnfmc="dnf makecache" # rebuilds the dnf package list
-
-alias dnfu="sudo dnf upgrade" # upgrade packages
-alias dnfi="sudo dnf install" # install package
-alias dnfgi="sudo dnf groupinstall" # install package group
-alias dnfr="sudo dnf remove" # remove package
-alias dnfgr="sudo dnf groupremove" # remove pagage group
-alias dnfrl="sudo dnf remove --remove-leaves" # remove package and leaves
-alias dnfc="sudo dnf clean all" # clean cache
+../dnf/dnf.plugin.zsh \ No newline at end of file