瀏覽代碼

Set kdiff3 as default GUI diff tool

Alois Mahdal 8 年之前
父節點
當前提交
800ddd1c9d
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      dotfiles/gittum/main.gitconfig

+ 3
- 0
dotfiles/gittum/main.gitconfig 查看文件

@@ -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