use tilde expansion

This commit is contained in:
Steffen Vogel 2019-11-21 10:26:03 +01:00
parent fed1c8dd42
commit 476dfca2f6

View file

@ -29,7 +29,7 @@
[core]
# Exclude everything this file. Used for general exclusions.
excludesfile = /Users/stv0g/.gitignore
excludesfile = ~/.gitignore_global
# Set attributes on files. Used for general diff improvements.
attributesfile = ~/.gitattributes
autocrlf = input
@ -41,7 +41,7 @@
[difftool "sourcetree"]
cmd = code-insiders --diff --wait \"$LOCAL\" \"$REMOTE\"
path =
path =
[mergetool "sourcetree"]
cmd = code-insiders -n --wait \"$MERGED\"
trustExitCode = true