From f77b7b7ff636fe32beeba414b5e43acf5e959994 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Tue, 25 Mar 2025 18:08:22 +0100 Subject: [PATCH] git: Switch back to diff-so-fancy from delta I'm not happy with the colors and diff-so-fancy is easier, since it's just shipped with this repo via a submodule. --- .config/git/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/git/config b/.config/git/config index e27581e..6f7c4f8 100644 --- a/.config/git/config +++ b/.config/git/config @@ -53,9 +53,9 @@ verbose = true [core] abbrev = 12 - pager = delta - # pager = diff-so-fancy \ - # | less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen + #pager = delta + pager = diff-so-fancy \ + | less --tabs=8 --RAW-CONTROL-CHARS --quit-if-one-screen [delta] navigate = true commit-decoration-style = bold yellow box @@ -83,7 +83,7 @@ [init] defaultBranch = main [interactive] - diffFilter = delta --color-only + #diffFilter = delta --color-only # Might need a `sudo cpan Term::ReadKey` singleKey = true [log]