From 2fbeacb9e79e2a483ac32504b1ebb0aac6a25bd2 Mon Sep 17 00:00:00 2001 From: TheFightingCatfish Date: Fri, 13 Aug 2021 06:49:15 +0800 Subject: [PATCH] Ports: Use TextEditor and less as git's default editor and pager --- Ports/git/default_gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ports/git/default_gitconfig b/Ports/git/default_gitconfig index 2eeb9a6e33..5093dea14d 100644 --- a/Ports/git/default_gitconfig +++ b/Ports/git/default_gitconfig @@ -1,3 +1,7 @@ +[core] + editor = TextEditor + pager = less + [user] email = anon name = anon