Show news for any operation with yay

This commit is contained in:
RealStickman 2020-11-14 10:56:31 +01:00
parent 076e2062a5
commit 397332c03e

View File

@ -71,6 +71,8 @@ alias wget="wget -c"
alias pacman='sudo pacman --color auto'
alias update='yay -Pw && yay -Syu --combinedupgrade'
alias yay='yay -Pw && yay'
#grub update
alias update-grub="sudo grub-mkconfig -o /boot/grub/grub.cfg"