mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 06:13:59 +01:00
Use delta as pager
This commit is contained in:
parent
d0c995222c
commit
758cc61488
1 changed files with 11 additions and 3 deletions
|
@ -37,9 +37,9 @@
|
|||
pushtag = push --follow-tags
|
||||
[core]
|
||||
editor = vim
|
||||
attributesfile = /Users/gaugendre/.gitattributes
|
||||
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
||||
autocrlf = input
|
||||
pager = less
|
||||
pager = delta
|
||||
[sendemail]
|
||||
smtpserver = smtp.migadu.com
|
||||
smtpuser = {{ (bitwarden "item" "Migadu email").login.username }}
|
||||
|
@ -47,6 +47,8 @@
|
|||
smtpserverport = 465
|
||||
smtppass = {{ (bitwarden "item" "Migadu email").login.password | quote }}
|
||||
confirm = auto
|
||||
[diff]
|
||||
colorMoved = default
|
||||
[diff "color"]
|
||||
textconv=pygmentize
|
||||
[diff "pandoc2md"]
|
||||
|
@ -57,6 +59,12 @@
|
|||
textconv=exiftool
|
||||
[diff "ziplist"]
|
||||
textconv=unzip -l
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
[delta]
|
||||
navigate = true
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
[pull]
|
||||
rebase = false
|
||||
[init]
|
||||
|
@ -64,4 +72,4 @@
|
|||
[advice]
|
||||
detachedHead = false
|
||||
[includeIf "gitdir:~/Projects/itsf/**"]
|
||||
path = ~/Projects/itsf/.gitconfig
|
||||
path = {{ .chezmoi.homeDir }}/Projects/itsf/.gitconfig
|
||||
|
|
Loading…
Reference in a new issue