From 7266568735fc8ee76c549fd3965feae57c01e47a Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 8 Sep 2021 09:46:47 +0200 Subject: [PATCH] git: use the default location for diff-highlight for tig --- .config/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/gitconfig b/.config/gitconfig index fdbfc00..fd5cdae 100644 --- a/.config/gitconfig +++ b/.config/gitconfig @@ -36,7 +36,7 @@ autosquash = true [tig] blob-view = line-number:yes,interval=5 text - diff-highlight = /usr/local/bin/diff-highlight + diff-highlight = true line-graphics = utf-8 tab-size = 4 [filter "lfs"]