mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-10 08:54:54 +00:00
18 lines
532 B
Fish
Executable file
18 lines
532 B
Fish
Executable file
# Defined in /tmp/fish.32qN0Q/clean.fish @ line 2
|
|
function clean
|
|
s printf \
|
|
fc-cache -f -v
|
|
se clean -y
|
|
se dc -y
|
|
se rmo -y
|
|
se rdb -y
|
|
s journalctl --vacuum-size=1K
|
|
bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
|
s bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
|
rm -r ~/.cache/*
|
|
rm -r ~/.nv/*
|
|
rm -r ~/.local/share/nvim/swap/
|
|
rm -r $D/Games/Emulators/*/canary
|
|
rm -r $D/Games/Emulators/*/*og*
|
|
end
|