From f4e50f68acaa115ba0d83280fee19af00e4f2724 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 4 Dec 2022 17:16:08 -0500 Subject: [PATCH] sh: set EDITOR=vi --- .shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shrc b/.shrc index 580194a..fffb6d8 100644 --- a/.shrc +++ b/.shrc @@ -3,7 +3,7 @@ PS1='\u@\h:\w \$ ' HISTFILE="$HOME/.sh_history" HISTSIZE=100000 -export EDITOR=${EDITOR:-ed} +export EDITOR=${EDITOR:-vi} export VISUAL=${VISUAL:-vi} export PAGER=${PAGER:-less} -- libgit2 1.1.1