From 07c3698ca014feaefc669cf4d41b57e4ffe4d36e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 20 Jan 2021 23:52:29 +0100 Subject: .gitconfig: use ~ for home directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index b612cf1..a6bd2d0 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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 -- cgit v1.2.3-54-g00ecf