install: also run pre-commit gc so it gets run sometime

This commit is contained in:
Aminda Suomalainen 2023-05-06 18:06:31 +03:00
parent 442a4fb89a
commit 62f6b78392
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ bash -x ./chmod&
if hash pre-commit 2>/dev/null; then
pre-commit init-templatedir ~/.git-template
pre-commit gc
fi
if [ -f $HOME/.MIKAELAGREP ]