feat(fish): new function: clean cache

This commit is contained in:
Sergio Laín 2024-11-03 23:52:33 +01:00
parent e7bcb8b3b8
commit 5de83552ad
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -0,0 +1,8 @@
function clean
sudo paccache -rk1
sudo paccache -ruk0
deleteOrphans
cargo cache -a
pnpm store prune
sudo docker system prune -a
end