Use homedir expansion instead of OSX homedir
This commit is contained in:
parent
8c3f1efed4
commit
3149fba430
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
bare = false
|
||||
logallrefupdates = true
|
||||
warnAmbiguousRefs = false
|
||||
excludesfile = /Users/luzifer/.gitignore_global
|
||||
excludesfile = ~/.gitignore_global
|
||||
|
||||
[color]
|
||||
diff = auto
|
||||
|
|
Loading…
Reference in a new issue