nixos/config/git/config

30 lines
395 B
Plaintext
Raw Normal View History

[include]
path = user_email
[user]
name = Evie Litherland-Smith
2023-01-30 15:17:53 +00:00
[core]
editor = nvim
autocrlf = input
2023-01-30 15:17:53 +00:00
[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
2023-02-23 11:36:19 +00:00
[init]
defaultBranch = main