1
0
Fork 0

git: Use delta for diffing

This commit is contained in:
Jeremy Kaplan 2024-07-22 15:17:03 -04:00
commit 74dd4482aa

View file

@ -14,10 +14,14 @@ verbose = true
[core]
attributesfile = ~/.gitattributes
excludesfile = ~/.gitignore
pager = delta
[credential]
helper = cache
[delta]
navigate = true
[diff]
colorMoved = dimmed-zebra
wsErrorHighlight = all
@ -32,6 +36,9 @@ cmd = difft "$LOCAL" "$REMOTE"
[init]
defaultBranch = main
[interactive]
diffFilter = delta --color-only
[log]
date = iso