[U] Update clean-cache

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-10-01 19:19:56 -04:00
parent 839f372f4a
commit 951b8dd304
+3
View File
@@ -46,5 +46,8 @@ if [ -f "/etc/arch-release" ]; then
clean-cache() {
yay -Sc --noconfirm
sudo pacman -Sc --noconfirm
yarn cache clean
conda clean -a
pip cache remove '*'
}
fi