Made update alias print news

This commit is contained in:
Marko Korhonen 2020-04-14 10:27:39 +03:00
parent acea8f12d8
commit e1b93121eb

View file

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