Add "--combinedupgrade"

This commit is contained in:
RealStickman 2020-11-02 17:20:28 +01:00
parent d49f3ea276
commit affe247200

View File

@ -52,7 +52,7 @@ alias wget="wget -c"
# Aliases for software managment
alias pacman='sudo pacman --color auto'
alias update='yay -Syu'
alias update='yay -Syu --combinedupgrade'
#grub update
alias update-grub="sudo grub-mkconfig -o /boot/grub/grub.cfg"