From ea08bc71b717624bb3a1bb69f832cc3e816b21fd Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 4 Nov 2019 21:42:54 -0800 Subject: git: Use ed as the default editor --- pkg/git/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/git/config.h b/pkg/git/config.h index dad501f0..24b20259 100644 --- a/pkg/git/config.h +++ b/pkg/git/config.h @@ -1,4 +1,4 @@ -#define DEFAULT_EDITOR "sam -d" +#define DEFAULT_EDITOR "ed" #define DEFAULT_GIT_TEMPLATE_DIR "share/git-core/templates" #define DEFAULT_PAGER "" #define ETC_GITATTRIBUTES "/etc/gitattributes" -- cgit v1.2.3