From 529f18371b99e84f79301712fddaa1ecf73032a9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 11 Mar 2022 00:45:16 -0800 Subject: [PATCH] Change git pager to diff-so-fancy --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 4754726..b43e4bf 100644 --- a/gitconfig +++ b/gitconfig @@ -12,6 +12,7 @@ quotepath = false whitespace = trailing-space,space-before-tab excludesfile = /Users/sjs/config/gitignore + pager = diff-so-fancy | less --tabs=4 -RFX [diff] mnemonicprefix = true renames = copies