From 3149fba4306d470958c9d57adfb0a1aa5552028c Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 14 Jan 2017 21:06:30 +0100 Subject: [PATCH] Use homedir expansion instead of OSX homedir --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index d098f01..5399395 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,7 +9,7 @@ bare = false logallrefupdates = true warnAmbiguousRefs = false - excludesfile = /Users/luzifer/.gitignore_global + excludesfile = ~/.gitignore_global [color] diff = auto