dotfiles/git/.gitconfig

23 lines
456 B
INI

[user]
email = andrzejjamesstepien@gmail.com
name = andrzej
[core]
pager = diff-so-fancy | less --tabs=4 -RF
[interactive]
diffFilter = diff-so-fancy --patch
[color]
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 11
frag = magenta bold
func = 146 bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse