From 446e991859bc890e8d9d24471956e017ac0574e8 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 2 Mar 2023 12:25:10 -0600 Subject: [PATCH] Update executable_dot_gitconfig.tmpl --- executable_dot_gitconfig.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executable_dot_gitconfig.tmpl b/executable_dot_gitconfig.tmpl index 78279d0..7c714c2 100644 --- a/executable_dot_gitconfig.tmpl +++ b/executable_dot_gitconfig.tmpl @@ -3,7 +3,7 @@ email = {{ .email }} signingkey = {{ .pubkey }} [core] - editor = nano + editor = nvim [credential] helper = store [color]