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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user