From 98d6e1cf405ab23ba8000e6c37ba4369b43bab1b Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Sun, 10 Sep 2023 01:42:41 +0200 Subject: clean: garbage collect dotfiles repository --- .local/bin/clean | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf