Browse Source

Merge branch 'MikeDawg-master'

Fixes #6426
Close #6598
Marc Cornellà 7 years ago
parent
commit
835c7df795
3 changed files with 1 additions and 19 deletions
  1. 0 3
      plugins/fedora/README.md
  2. 0 16
      plugins/fedora/fedora.plugin.zsh
  3. 1 0
      plugins/fedora/fedora.plugin.zsh

+ 0 - 3
plugins/fedora/README.md

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

+ 0 - 16
plugins/fedora/fedora.plugin.zsh

@@ -1,16 +0,0 @@
-## 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

+ 1 - 0
plugins/fedora/fedora.plugin.zsh

@@ -0,0 +1 @@
+../dnf/dnf.plugin.zsh