[+] Arch clean cache script

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-09-21 21:43:36 -04:00
parent 040ff84e96
commit 6554380b8f
+9
View File
@@ -36,4 +36,13 @@ if [ -f "/etc/arch-release" ]; then
fi
unset __conda_setup
}
# Remove orphan packages
alias autoremove='yay -c'
# Free up cache
clean-cache() {
yay -Sc --noconfirm
sudo pacman -Sc --noconfirm
}
fi