diff --git a/.config/fish/functions/clean.fish b/.config/fish/functions/clean.fish new file mode 100644 index 00000000..a790a1f9 --- /dev/null +++ b/.config/fish/functions/clean.fish @@ -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