From 5a7d65647a853c3d1a67f0fdfd432525c218bea3 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe <nebel@fogtype.com> Date: Sun, 2 Mar 2025 01:14:41 +0900 Subject: [PATCH] git config core.editor=nano --- termux/.gitconfig.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/termux/.gitconfig.local b/termux/.gitconfig.local index c62397b..8b20f65 100644 --- a/termux/.gitconfig.local +++ b/termux/.gitconfig.local @@ -1,2 +1,4 @@ [commit] gpgSign = false +[core] + editor = nano