mirror of
https://github.com/elkowar/dots-of-war.git
synced 2025-02-20 04:12:14 +00:00
Clean up gitconfig
This commit is contained in:
parent
4db7099ba9
commit
afe1aa4e5e
1 changed files with 8 additions and 8 deletions
|
@ -11,19 +11,19 @@
|
||||||
helper = store
|
helper = store
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
; {# if io::command_available("deltar") #}
|
; {% if io::command_available("delta") %}
|
||||||
;<yolk> pager = delta
|
;<yolk> pager = delta
|
||||||
|
;<yolk> [delta]
|
||||||
|
;<yolk> syntax-theme = gruvbox
|
||||||
|
;<yolk> features = side-by-side line-numbers decorations navigate
|
||||||
|
|
||||||
|
;<yolk> [delta "line-numbers"]
|
||||||
|
;<yolk> line-numbers-left-style = cyan
|
||||||
|
;{% end %}
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
|
||||||
[delta]
|
|
||||||
syntax-theme = gruvbox
|
|
||||||
features = side-by-side line-numbers decorations navigate
|
|
||||||
|
|
||||||
[delta "line-numbers"]
|
|
||||||
line-numbers-left-style = cyan
|
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue