Browse Source

git: adjust delta options

Maxim Likhachev 4 years ago
parent
commit
072408c298
  1. 8
      etc/soft/git/gitconfig

8
etc/soft/git/gitconfig

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
[core]
# pager = "less -R -X --ignore-case -w --jump-target=.5"
pager = delta --light --theme="OneHalfLight" --commit-style=box --file-style=box
pager = delta
editor=nvim
excludesfile = ~/.shellrc/etc/soft/git/gitignore-global
quotepath = false
@ -12,6 +12,12 @@ @@ -12,6 +12,12 @@
autocrlf = input
safecrlf = warn
[delta]
light = true
syntax-theme = "OneHalfLight"
commit-style = box
file-style = box
[gui]
wmstate = normal
geometry = 1278x971+1+22 212 188

Loading…
Cancel
Save