mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +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 yayrd="yay -Rdd --noconfirm" # Remove package but not the dependencies
|
||||||
alias yayu="yay -Syu --sudoloop --combinedupgrade --batchinstall --save"
|
alias yayu="yay -Syu --sudoloop --combinedupgrade --batchinstall --save"
|
||||||
alias orphanr="echo 'USE CMD: sudo pacman -Rns S(pacman -Qtdq)'"
|
alias orphanr="echo 'USE CMD: sudo pacman -Rns S(pacman -Qtdq)'"
|
||||||
|
alias yayinfo="yay -Si "
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
alias cachec="echo 'Clearing cache...' && sudo chown -R ${USER} ~/.cache && rm -rf ~/.cache"
|
alias cachec="echo 'Clearing cache...' && sudo chown -R ${USER} ~/.cache && rm -rf ~/.cache"
|
||||||
|
|||||||
Reference in New Issue
Block a user