Update 2024-02-14 11:08 Darwin/arm64-GH2T6W9K6H

This commit is contained in:
c0dev0id
2024-02-14 11:08:37 +01:00
parent 82147c04ac
commit 999c6e3df8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
git --git-dir=~/.cfg/ --work-tree=~ "$@"
git --git-dir=${HOME}/.cfg/ --work-tree=${HOME} "$@"