mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-26 14:16:13 +00:00
Fish: clean - don't clean memory to reduce hangs
This commit is contained in:
parent
651afd941a
commit
60aeefd70c
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.XLdbAh/clean.fish @ line 2
|
# Defined in /tmp/fish.gPi3gm/clean.fish @ line 2
|
||||||
function clean
|
function clean
|
||||||
s printf \
|
s printf \
|
||||||
font
|
font
|
||||||
|
|
@ -7,8 +7,8 @@ function clean
|
||||||
se rmo -y
|
se rmo -y
|
||||||
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')
|
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')
|
s bleachbit -c (bleachbit -l|grep -Ev 'system.free_disk_space|transmission|systen.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/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue