Evie Litherland-Smith
e5f63b9f54
Move user name back into config Include file user_email to hold per-system email address
30 lines
395 B
Plaintext
30 lines
395 B
Plaintext
[include]
|
|
path = user_email
|
|
|
|
[user]
|
|
name = Evie Litherland-Smith
|
|
|
|
[core]
|
|
editor = nvim
|
|
autocrlf = input
|
|
[pull]
|
|
rebase = false
|
|
[color]
|
|
ui = true
|
|
[diff]
|
|
tool = nvimdiff
|
|
algorithm = minimal
|
|
[difftool]
|
|
prompt = no
|
|
trustExitCode = yes
|
|
[alias]
|
|
dt = difftool
|
|
mt = mergetool
|
|
[merge]
|
|
tool = nvimdiff2
|
|
[mergetool]
|
|
keepBackup = yes
|
|
prompt = no
|
|
[init]
|
|
defaultBranch = main
|