From b917fae26629eb43d34f4e8038609a9e0fd2aaa7 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 11 Jul 2020 19:00:19 -0400 Subject: [PATCH] Fish: clean delete solbuild cache --- .config/fish/functions/clean.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/functions/clean.fish b/.config/fish/functions/clean.fish index 17b9d83..c8ba190 100644 --- a/.config/fish/functions/clean.fish +++ b/.config/fish/functions/clean.fish @@ -1,4 +1,4 @@ -# Defined in /tmp/fish.BH5XNP/clean.fish @ line 2 +# Defined in /tmp/fish.n1quHQ/clean.fish @ line 2 function clean up fc-cache -f -v @@ -16,5 +16,6 @@ function clean rm -r ~/.local/share/nvim/swap/ rm -r $D/Games/Emulators/*/canary rm -r $D/Games/Emulators/*/*og* + s solbuild delete-cache s sync end