diff options
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 5c8801b..15c04b8 100644 --- a/.config/git/config +++ b/.config/git/config @@ -23,6 +23,8 @@ colorMoved = default # use vimdiff as difftool tool = vimdiff + # possibly more verbose but also better to understand + algorithm = histogram [difftool] # do not prompt before invoking difftool prompt = false |