diff --git a/.extrarc b/.extrarc index 3009f28..eb02e36 100644 --- a/.extrarc +++ b/.extrarc @@ -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"