dotfiles/.config/fish/functions/cache.fish

8 lines
194 B
Fish

function cache
/usr/bin/yay -Scc --noconfirm
/usr/bin/yay -Sc --noconfirm
/usr/bin/go clean -modcache -cache -testcache
/usr/bin/composer clear-cache
/usr/bin/python -m pip cache purge
end