summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-09-10 01:42:41 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2023-09-10 01:51:33 +0200
commit98d6e1cf405ab23ba8000e6c37ba4369b43bab1b (patch)
treef4ebc1fea021d4201a9504b69e0bb69c26c02593
parent10904ff847704d0ab1f38b5f1943cedf0092a0eb (diff)
downloaddotfiles-98d6e1cf405ab23ba8000e6c37ba4369b43bab1b.tar.zst
clean: garbage collect dotfiles repository
-rwxr-xr-x.local/bin/clean1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/clean b/.local/bin/clean
index 53d49a4..1c82398 100755
--- a/.local/bin/clean
+++ b/.local/bin/clean
@@ -14,3 +14,4 @@ rm -rfv .nvimlog
rm -rfv .viminfo
find . -name .git -type d -execdir git gc --prune=now \;
+cd ~/.dotfiles/ && git gc --prune=now