From 0441d43dc8006cb53f277f5072cd1f456aeaf7bb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 15 Sep 2018 14:19:50 -0700 Subject: [bash] set editor back to emacs --- configs/rcs/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/rcs/bashrc b/configs/rcs/bashrc index 1d0d076..cc376db 100755 --- a/configs/rcs/bashrc +++ b/configs/rcs/bashrc @@ -1,4 +1,4 @@ -export EDITOR="vim" +export EDITOR="emacsclient" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" -- cgit 1.4.1