Browse Source

Set kdiff3 as default GUI diff tool

Alois Mahdal 8 years ago
parent
commit
800ddd1c9d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      dotfiles/gittum/main.gitconfig

+ 3
- 0
dotfiles/gittum/main.gitconfig View File

39
   who = ! ~/.gittum/bin/who
39
   who = ! ~/.gittum/bin/who
40
   whoo = ! ~/.gittum/bin/whoo
40
   whoo = ! ~/.gittum/bin/whoo
41
 
41
 
42
+[diff]
43
+    guitool = kdiff3
44
+
42
 [push]
45
 [push]
43
     default = simple
46
     default = simple
44
 
47