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

18 lines
519 B
Fish
Raw Normal View History

# Defined in /tmp/fish.32qN0Q/clean.fish @ line 2
2018-11-15 01:01:37 +00:00
function clean
s printf \
font
2018-11-15 01:01:37 +00:00
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')
2018-11-15 01:01:37 +00:00
rm -r ~/.cache/*
rm -r ~/.nv/*
2018-11-15 01:01:37 +00:00
rm -r ~/.local/share/nvim/swap/
rm -r $D/Games/Emulators/*/canary
rm -r $D/Games/Emulators/*/*og*
2018-11-15 01:01:37 +00:00
end