update delta configuration
parent
1c2e7751fd
commit
957a2fff9e
14
.gitconfig
14
.gitconfig
|
@ -17,18 +17,16 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[delta]
|
||||
features = side-by-side line-numbers #decorations
|
||||
whitespace-error-style = 22 reverse
|
||||
features = decorations
|
||||
line-numbers = true
|
||||
syntax-theme = zenburn
|
||||
|
||||
[delta "decorations"]
|
||||
commit-decoration-style = bold yellow box ul
|
||||
file-style = bold yellow ul
|
||||
file-decoration-style = none
|
||||
commit-decoration-style = bold yellow box
|
||||
file-style = bold yellow
|
||||
file-decoration-style = yellow ul
|
||||
hunk-header-style = omit
|
||||
|
||||
[rebase]
|
||||
autoStash = true
|
||||
|
|
Reference in New Issue