1
0
Fork 0

zsh aliases: improve alias pkgautoremove

This commit is contained in:
Pratham Patel 2023-02-06 15:02:11 +05:30
parent 9385754cfe
commit 7b49eb4514
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
alias pkgrevdeps="pacman -Sii"
alias pkgfileof="pacman -Qo"
alias pkgshowfiles="pacman -Fl"
alias pkgautoremove="pacman -R $(pacman -Qdt | choose 0)"
alias pkgautoremove="pacman -R $(pacman -Qdtq)"
# aliases useful when using a WM
alias gnomecontrolcenter="XDG_CURRENT_DESKTOP=GNOME gnome-control-center"