diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-23 00:46:56 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-24 21:11:03 +0100 |
| commit | e574d523fb612f5a3e4c5fed7cd59a201cf4752b (patch) | |
| tree | d5c5f636dc8eba62501bf0a602935e742b9b8110 | |
| parent | 7210a71e0982375f108d6b4ff745ab38628cf407 (diff) | |
git: s/~/$HOME/
Diffstat (limited to '')
| -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 |