mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-28 15:25:55 +00:00
Fish: clean - don't clean memory to reduce hangs (FIXED)
This commit is contained in:
parent
5a6248811e
commit
6e5600168d
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.gPi3gm/clean.fish @ line 2
|
# Defined in /tmp/fish.32qN0Q/clean.fish @ line 2
|
||||||
function clean
|
function clean
|
||||||
s printf \
|
s printf \
|
||||||
font
|
font
|
||||||
|
|
@ -8,9 +8,10 @@ function clean
|
||||||
se rdb -y
|
se rdb -y
|
||||||
s journalctl --vacuum-size=1K
|
s journalctl --vacuum-size=1K
|
||||||
bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
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|systen.memory')
|
s bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|system.memory')
|
||||||
rm -r ~/.cache/*
|
rm -r ~/.cache/*
|
||||||
rm -r ~/.nv/*
|
rm -r ~/.nv/*
|
||||||
rm -r ~/.local/share/nvim/swap/
|
rm -r ~/.local/share/nvim/swap/
|
||||||
rm -r $D/Games/Emulators/*/canary
|
rm -r $D/Games/Emulators/*/canary
|
||||||
|
rm -r $D/Games/Emulators/*/*og*
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue