diff options
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 4816e6b..ebc7e78 100644 --- a/.config/git/config +++ b/.config/git/config @@ -9,7 +9,7 @@ email = ben@gbmor.dev signingkey = EAB272409CD12FF0 [init] - templatedir = /home/ahriman/.config/git/template.git + templatedir = /home/deofol/.config/git/template.git [commit] gpgsign = true [hub] @@ -20,3 +20,5 @@ helper = cache --timeout 3600 [pull] rebase = false +[core] + attributesFile = /home/deofol/.gitattributes |