diff options
| author | Mica White <botahamec@outlook.com> | 2026-05-21 00:17:47 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-05-21 00:17:47 -0400 |
| commit | 6e2f80c8d15730d07e813debc38c977f4d42db01 (patch) | |
| tree | 163f8011d5e04e14149db7e718dcb54d169fc8dc /.gitconfig | |
| parent | 5547e0da62ca90f5012598669d2ef0dfea31c264 (diff) | |
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,3 +8,11 @@ gpgSign = true [pull] ff = only +[merge] + conflictStyle = zdiff3 +[core] + pager = delta --paging always +[interactive] + diffFilter = delta --color-only +[delta] + navigate = true |
