From 0d143deb3848de71dcf95346fe29b141bc5e3e0e Mon Sep 17 00:00:00 2001 From: Amoelle Date: Tue, 8 Jul 2025 10:47:28 +0300 Subject: [PATCH] add alias for pacman cache cleaning --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 3b37984..559d884 100644 --- a/.zshrc +++ b/.zshrc @@ -84,6 +84,7 @@ alias pl='$aurhelper -Qs' # list installed package alias pa='$aurhelper -Ss' # list available package alias pc='$aurhelper -Sc' # remove unused cache alias po='$aurhelper -Qtdq | $aurhelper -Rns -' # remove unused packages, also try > $aurhelper -Qqd | $aurhelper -Rsu --print - +alias pcc="sudo pacman -Sc" # remove pacman cache alias icat='kitten icat' # display images in terminal alias ssh='kitten ssh' # functional ssh with kitty alias snv='sudo -E nvim' # sudo nvim