From 957a2fff9e0513df954e08a219ba2bd6875ffc84 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 3 Feb 2021 12:32:33 -0500 Subject: [PATCH] update delta configuration --- .gitconfig | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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