diff options
Diffstat (limited to 'home-config/gitconfig')
| -rw-r--r-- | home-config/gitconfig | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/home-config/gitconfig b/home-config/gitconfig index 6fa1c67..7b9df6a 100644 --- a/home-config/gitconfig +++ b/home-config/gitconfig | |||
| @@ -8,6 +8,15 @@ | |||
| 8 | smudge = git-lfs smudge -- %f | 8 | smudge = git-lfs smudge -- %f | 
| 9 | process = git-lfs filter-process | 9 | process = git-lfs filter-process | 
| 10 | required = true | 10 | required = true | 
| 11 | [core] | ||
| 12 | pager = delta | ||
| 13 | [interactive] | ||
| 14 | diffFilter = delta --color-only | ||
| 15 | [delta] | ||
| 16 | navigate = true | ||
| 17 | side-by-side = true | ||
| 18 | [merge] | ||
| 19 | conflictStyle = zdiff3 | ||
| 11 | [color] | 20 | [color] | 
| 12 | ui = auto | 21 | ui = auto | 
| 13 | [init] | 22 | [init] | 
