From e574d523fb612f5a3e4c5fed7cd59a201cf4752b Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 23 Nov 2022 00:46:56 +0100 Subject: git: s/~/$HOME/ --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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 -- cgit 1.4.1