diff options
Diffstat (limited to '.gitconfig##h.maus')
| -rw-r--r-- | .gitconfig##h.maus | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitconfig##h.maus b/.gitconfig##h.maus index 75f6615..9334767 100644 --- a/.gitconfig##h.maus +++ b/.gitconfig##h.maus | |||
| @@ -53,3 +53,23 @@ | |||
| 53 | cmd = difft "$LOCAL" "$REMOTE" | 53 | cmd = difft "$LOCAL" "$REMOTE" |
| 54 | [pager] | 54 | [pager] |
| 55 | difftool = true | 55 | difftool = true |
| 56 | diff = delta | ||
| 57 | log = delta | ||
| 58 | reflog = delta | ||
| 59 | show = delta | ||
| 60 | [interactive] | ||
| 61 | diffFilter = delta --color-only | ||
| 62 | [delta] | ||
| 63 | features = line-numbers decorations side-by-side | ||
| 64 | plus-style = syntax "#003800" | ||
| 65 | minus-style = syntax "#3f0001" | ||
| 66 | [delta "decorations"] | ||
| 67 | commit-decoration-style = bold yellow box ul | ||
| 68 | file-style = bold yellow ul | ||
| 69 | file-decoration-style = none | ||
| 70 | hunk-header-decoration-style = cyan box ul | ||
| 71 | [delta "line-numbers"] | ||
| 72 | line-numbers-left-style = cyan | ||
| 73 | line-numbers-right-style = cyan | ||
| 74 | line-numbers-minus-style = 124 | ||
| 75 | line-numbers-plus-style = 28 | ||
