arch/roles/dots/files/home/.gitconfig
2025-03-04 11:55:53 +06:00

24 lines
444 B
INI

[user]
email = mars6358@gmail.com
name = Marat
[core]
pager = delta
pager = less -R
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[color]
ui = always