gitconfig/termux: Use nano by default

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-03-22 00:22:11 +08:00
parent a3e6e988d0
commit 55efe75735
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
# Please adapt and uncomment the following lines:
name = Andrei Jiroh Eugenio Halili
email = andreijiroh@madebythepins.tk
# Don't ask why I don't use my old GPG key anymore.
signingKey = A30EBE40AD856D88
[commit]
signoff = true
@ -13,4 +14,4 @@
## For god's sake, use Nano as possible.
## This way, we don't need to install VS Code again
## if we want to edit files.
editor = open-editor
editor = nano