commit f4e50f68acaa115ba0d83280fee19af00e4f2724 (patch) parent 03af733153311153f362179ee6d55c714e561aeb Author: Alex Karle <alex@alexkarle.com> Date: Sun, 4 Dec 2022 17:16:08 -0500 sh: set EDITOR=vi Diffstat:
M | .shrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}