bugfixed dnf

This commit is contained in:
piecka 2024-12-27 12:59:59 +01:00
parent 3b9fc7e113
commit eb298bcd09

2
.zshrc
View file

@ -538,7 +538,7 @@ get_packager() {
# RHEL-based
fedora | centos)
alias search="dnf search"
alias install="$_sudo dnf install --yes"
alias install="$_sudo dnf install"
alias update="$_sudo dnf update"
alias remove="$_sudo dnf remove"
;;