✨ feat(fish): new function: clean cache
This commit is contained in:
parent
e7bcb8b3b8
commit
5de83552ad
1 changed files with 8 additions and 0 deletions
8
.config/fish/functions/clean.fish
Normal file
8
.config/fish/functions/clean.fish
Normal 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
|
Loading…
Add table
Reference in a new issue