1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-03-21 17:39:33 +00:00

Fish: clean delete solbuild cache

This commit is contained in:
Phantop 2020-07-11 19:00:19 -04:00
parent e27c621dd9
commit b917fae266

View file

@ -1,4 +1,4 @@
# Defined in /tmp/fish.BH5XNP/clean.fish @ line 2 # Defined in /tmp/fish.n1quHQ/clean.fish @ line 2
function clean function clean
up up
fc-cache -f -v fc-cache -f -v
@ -16,5 +16,6 @@ function clean
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* rm -r $D/Games/Emulators/*/*og*
s solbuild delete-cache
s sync s sync
end end