Use delta instead of diff for git
This commit is contained in:
@ -2,11 +2,24 @@
|
||||
email = joakim@hulthe.net
|
||||
name = Joakim Hulthe
|
||||
signingkey = joakim@hulthe.net
|
||||
|
||||
[commit]
|
||||
gpgSign = true
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[pager]
|
||||
diff = delta
|
||||
log = delta
|
||||
reflog = delta
|
||||
show = delta
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
Reference in New Issue
Block a user