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