Switch to delta for pager

This commit is contained in:
Tony Grosinger 2021-07-20 10:56:36 -07:00
parent 49f6119806
commit edc74b0a12

View File

@ -41,23 +41,34 @@
[core]
editor = vim
excludesfile = /home/tgrosinger/.gitignore_global
pager = diff-so-fancy | less --tabs=4 -RFX
attributesfile = /home/tgrosinger/.gitattributes
attributesfile = /home/tgrosinger/.gitattributes
[diff]
tool = meld
renames = copies
compactionHeuristic = 1
submodule = log
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[delta]
features = side-by-side line-numbers
syntax-theme = Dracula
navigate = true
[interactive]
diffFilter = delta --color-only
[branch]
autosetuprebase = always
[pull]
rebase = true
rebase = preserve
[log]
date = local
[status]
submoduleSummary = true
[url "ssh://git@gitlab.i.extrahop.com/"]
insteadOf = https://gitlab.i.extrahop.com/