added Fedora dnf yum

This commit is contained in:
2024-12-27 18:02:17 +01:00
parent dd58dcf4d7
commit 45c5691d8e
+8
View File
@@ -32,6 +32,14 @@ if (( $+commands[apt] )); then
alias update='sudo apt update; sudo apt upgrade -y'
fi
if (( $+commands[dnf] )); then
alias update='sudo dnf -y upgrade'
fi
if (( $+commands[yum] )); then
alias update='sudo dnf -y upgrade'
fi
if (( $+commands[bat] )); then
alias cat='bat'
fi