Add show news for updates

This commit is contained in:
RealStickman 2020-11-14 10:55:25 +01:00
parent aba398b672
commit 076e2062a5

View File

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