Made update alias print news

This commit is contained in:
Marko Korhonen 2020-04-14 10:27:39 +03:00
parent 16bfdfe12f
commit c51dad0d5d
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -121,8 +121,8 @@ plugupdate() {
zinit update -p
$HOME/.tmux/plugins/tpm/bin/update_plugins all
}
update() { yay -Syu --devel firefox-nightly }
updateall() { update; plugupdate; sudo awman-update }
update() { yay -Pw && yay }
updateall() { yay -Syu --devel firefox-nightly; plugupdate; sudo awman-update }
# remove unneeded packages
autoremove() { sudo pacman -Rns $(pacman -Qdtq) }