From 33c92277078f7a5ac2a09e7f9bb6decb33a2b5f2 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 6 Sep 2022 08:10:34 +0200 Subject: [PATCH] fancy diff with https://github.com/so-fancy/diff-so-fancy --- dot_gitconfig.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index a44a403..3f5cd27 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -47,4 +47,7 @@ [merge] tool = meld - +[core] + pager = diff-so-fancy | less --tabs=4 -RFX +[interactive] + diffFilter = diff-so-fancy --patch