Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
835c7df7
Commit
835c7df7
authored
May 07, 2018
by
Marc Cornellà
Browse files
Merge branch 'MikeDawg-master'
Fixes #6426 Close #6598
parents
362b061f
0011d34f
Changes
3
Show whitespace changes
Inline
Side-by-side
plugins/fedora/README.md
deleted
100644 → 0
View file @
362b061f
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).
plugins/fedora/fedora.plugin.zsh
deleted
100644 → 0
View file @
362b061f
## 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
plugins/fedora/fedora.plugin.zsh
0 → 120000
View file @
835c7df7
../dnf/dnf.plugin.zsh
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment