Sets default editor for things such as git commits and diffs Signed-off-by: Nicholas Mello <nick@nmello.dev>
12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
[user]
|
|
name = Nick Mello
|
|
email = nick@nmello.dev
|
|
signingkey = A4007252A92585A8
|
|
[commit]
|
|
template = /home/nicholasmello/.gitmessage
|
|
gpgsign = true
|
|
[merge]
|
|
tool = nvimdiff
|
|
[gpg]
|
|
program = gpg
|