From 3801e5943bd50b9130561e909eb7504d046379fc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 14 Jun 2018 20:45:00 +0200 Subject: Add more colors to git Signed-off-by: Florian Pritz --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index 00b951f..a122c4c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -57,6 +57,8 @@ decorate = full [gc] autopacklimit = 20 +[tig] + diff-highlight = /usr/share/git/diff-highlight/diff-highlight [pager] diff = /usr/share/git/diff-highlight/diff-highlight | less log = /usr/share/git/diff-highlight/diff-highlight | less @@ -65,3 +67,5 @@ lineNumber = true [tag] sort = version:refname +[diff] + colorMoved = zebra -- cgit v1.2.3-24-g4f1b