diff options
Diffstat (limited to '.config/git')
| -rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 5d542c2..6c6112d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -29,7 +29,7 @@ helper = !sh -c 'pass email/gnzler.io | head -n1 | xargs printf "password=%s\n"' [core] - excludesfile = ~/.git/ignore + excludesfile = $HOME/.config/git/ignore # Treat spaces before tabs and all kinds of trailing whitespace as an error # [default] trailing-space: looks for spaces at the end of a line |