Browse Source

git: diff-so-fancy

raylu 4 years ago
parent
commit
b729f13f5e
1 changed files with 4 additions and 1 deletions
  1. 4 1
      gitconfig

+ 4 - 1
gitconfig

@@ -32,7 +32,7 @@
 
 [core]
 	editor = vi
-	pager = less -FXRS -x4
+	pager = diff-so-fancy | less -FXRS -x4
 	untrackedCache = true
 
 [merge]
@@ -70,3 +70,6 @@
 
 [init]
 	defaultBranch = main
+
+[diff-so-fancy]
+	markEmptyLines = false