Enable kdiff3 by default and allow OS-specific packages to override
This commit is contained in:
parent
c0f087d8e2
commit
8430953d9c
2 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
|
# vim: ft=gitconfig
|
||||||
[include]
|
[include]
|
||||||
|
path = tools/kdiff3
|
||||||
|
path = config.os
|
||||||
path = config.local
|
path = config.local
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
|
|
5
config/git/tools/kdiff3
Normal file
5
config/git/tools/kdiff3
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# vim: ft=gitconfig
|
||||||
|
[merge]
|
||||||
|
tool = kdiff3
|
||||||
|
[diff]
|
||||||
|
tool = kdiff3
|
Loading…
Reference in a new issue