diff --git a/.config/fish/functions/clean.fish b/.config/fish/functions/clean.fish index 74626f6..11e20e0 100644 --- a/.config/fish/functions/clean.fish +++ b/.config/fish/functions/clean.fish @@ -1,16 +1,18 @@ +# Defined in /tmp/fish.n7VMen/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* + s printf \ + j -c + 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 diff --git a/.config/fish/functions/supath.fish b/.config/fish/functions/supath.fish new file mode 100644 index 0000000..e153c76 --- /dev/null +++ b/.config/fish/functions/supath.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.7kzeFd/supath.fish @ line 1 +function supath + sudo env "PATH=$PATH" $argv +end