mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
git: fix delta, this stuff anit optional
This commit is contained in:
parent
02e8b70ecf
commit
6868e9db51
1 changed files with 7 additions and 1 deletions
|
|
@ -25,7 +25,13 @@
|
||||||
sw = switch
|
sw = switch
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
conflictstyle = diff3
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
colorMoved = default
|
||||||
|
|
||||||
[delta]
|
[delta]
|
||||||
features = tokyonight
|
features = tokyonight
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue