mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-24 16:33:14 +01:00
Adds link to .gitconfigglobal
This commit is contained in:
parent
c1a3e9ee33
commit
14af202030
@ -12,7 +12,7 @@
|
||||
editor = nvim
|
||||
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
|
||||
pager = delta
|
||||
excludesfile = ~/.config/.gitignore_global
|
||||
excludesfile = /Users/alicia/.config/.gitignore_global
|
||||
[web]
|
||||
browser = firefox
|
||||
[instaweb]
|
||||
@ -268,3 +268,9 @@
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[difftool "sourcetree"]
|
||||
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
|
||||
path =
|
||||
[mergetool "sourcetree"]
|
||||
cmd = /Users/alicia/Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
|
||||
trustExitCode = true
|
||||
|
Loading…
Reference in New Issue
Block a user