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:
parent
e27c621dd9
commit
b917fae266
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue