diff --git a/.gitconfig b/.gitconfig index 3a9c4b9..a759e80 100644 --- a/.gitconfig +++ b/.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