From 35e9a7e622f4ccd8f4bfe257b6fc8eef6360e7cc Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Tue, 23 Feb 2021 12:18:43 +0800 Subject: [PATCH] termux: Renamed .gitconfig into termux.gitconfig to avoid name collisions Signed-off-by: Andrei Jiroh Eugenio Halili --- .gitconfig => termux.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitconfig => termux.gitconfig (94%) diff --git a/.gitconfig b/termux.gitconfig similarity index 94% rename from .gitconfig rename to termux.gitconfig index cb0bbe9..33adfb4 100644 --- a/.gitconfig +++ b/termux.gitconfig @@ -13,4 +13,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 = nano + editor = open-editor