Use delta instead of diff for git

This commit is contained in:
2021-09-01 16:19:16 +02:00
parent 05321968e7
commit 69132bd085

View File

@ -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