Add git config
This commit is contained in:
parent
b55cd653e7
commit
659d3acdb2
8
config/git/config
Normal file
8
config/git/config
Normal file
|
@ -0,0 +1,8 @@
|
|||
[core]
|
||||
editor = nvim
|
||||
[user]
|
||||
name = Evie Litherland-Smith
|
||||
[pull]
|
||||
rebase = false
|
||||
[diff]
|
||||
tool = nvimdiff
|
Loading…
Reference in a new issue