diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/git/difftastic.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_config/git/difftastic.config b/dot_config/git/difftastic.config new file mode 100644 index 0000000..9772838 --- /dev/null +++ b/dot_config/git/difftastic.config @@ -0,0 +1,10 @@ +# vim: ft=gitconfig +[diff] + external = difft + tool = difftastic +[difftool] + prompt = false +[difftool "difftastic"] + cmd = difft "$LOCAL" "$REMOTE" +[pager] + difftool = true |
