nixos/config/git/config
Evie Litherland-Smith e5f63b9f54 Make git config more flexible for different emails
Move user name back into config
Include file user_email to hold per-system email address
2023-02-23 11:39:07 +00:00

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