Merge branch 'master' of github.com:hykilpikonna/zshrc

This commit is contained in:
Hykilpikonna
2022-10-02 21:36:15 -04:00
2 changed files with 14 additions and 1 deletions
+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