1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-17 04:12:44 +00:00
dotfiles/fish/functions/clean.fish

10 lines
316 B
Fish
Raw Normal View History

function clean
yay -Scc
fc-cache -frvs
rm -r ~/.cache/* ~/.wine/* ~/.local/pipx
fish -c "j --purge"
doas journalctl --vacuum-size=1K
bleachbit -c (bleachbit -l|rg -v 'system.free_disk_space|system.memory')
doas bleachbit -c (bleachbit -l|rg -v 'system.free_disk_space|system.memory')
end