We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281f239 commit 14418d6Copy full SHA for 14418d6
.gitconfig
@@ -5,6 +5,7 @@
5
excludesfile = /Users/cbeach/.gitignore_global
6
autocrlf = input
7
editor = nvim
8
+ pager = diff-so-fancy | less --tabs=2 -RFX
9
[push]
10
default = simple
11
[alias]
@@ -24,3 +25,17 @@
24
25
clean = git lfs clean %f
26
smudge = git lfs smudge %f
27
required = true
28
+[color]
29
+ ui = true
30
+[color "diff-highlight"]
31
+ oldNormal = red bold
32
+ oldHighlight = red bold 52
33
+ newNormal = green bold
34
+ newHighlight = green bold 22
35
+[color "diff"]
36
+ meta = yellow
37
+ frag = magenta bold
38
+ commit = yellow bold
39
+ old = red bold
40
+ new = green bold
41
+ whitespace = red reverse
0 commit comments