diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-01-20 23:52:29 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-01-20 23:52:29 +0100 |
commit | 07c3698ca014feaefc669cf4d41b57e4ffe4d36e (patch) | |
tree | 6309f8c8f216667a8e8d8f5a8dda33fb91ebdd4c /.gitconfig | |
parent | 6364de5e6ae408efcc8e2d4c54b0f5bdcb602e99 (diff) |
.gitconfig: use ~ for home directory
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ [core] abbrev = 12 whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol - excludesfile = /home/tobiask/.gitignore + excludesfile = ~/.gitignore [alias] amend = commit --amend @@ -73,4 +73,4 @@ [versionsort] prereleaseSuffix = -rc [http] - cookiefile = /home/tklauser/.gitcookies + cookiefile = ~/.gitcookies |