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