1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-17 19:25:59 +02:00

added yayinfo alias

This commit is contained in:
sim
2022-07-17 11:11:38 +02:00
parent 63de7dd7b5
commit ddb0ee1736
+1
View File
@@ -115,6 +115,7 @@ alias yayrc="yay -Rsc" # Remove package and dependencies, clean up afterwards
alias yayrd="yay -Rdd --noconfirm" # Remove package but not the dependencies
alias yayu="yay -Syu --sudoloop --combinedupgrade --batchinstall --save"
alias orphanr="echo 'USE CMD: sudo pacman -Rns S(pacman -Qtdq)'"
alias yayinfo="yay -Si "
# cleanup
alias cachec="echo 'Clearing cache...' && sudo chown -R ${USER} ~/.cache && rm -rf ~/.cache"