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,6 +39,9 @@
39 39
   who = ! ~/.gittum/bin/who
40 40
   whoo = ! ~/.gittum/bin/whoo
41 41
 
42
+[diff]
43
+    guitool = kdiff3
44
+
42 45
 [push]
43 46
     default = simple
44 47