diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-02 19:33:33 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-02 19:33:33 +0100 |
| commit | 7e5d957ce8e22338a3cda5023f8fb8e8049ece86 (patch) | |
| tree | c6059287b23ad0aaa861087271a8ca538b18c2e9 /git | |
| parent | 3d72c798b81e3b37826ec514b40dc93687fd1742 (diff) | |
git: point to XDG_CONFIG_HOME
Diffstat (limited to 'git')
| -rw-r--r-- | git/gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/gitconfig b/git/gitconfig index b33252e..9361b47 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -19,7 +19,7 @@ suppresscc = self [init] - templatedir = ~/.git_template + templatedir = ~/.config/git/template [alias] ctags = !.git/hooks/ctags |
