From a1034c15706427e5432d99fe459b66ab5aab666e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 15 Dec 2016 08:31:19 -0800 Subject: [bash] set editor back to Emacs --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 6284daa..5ab8b0a 100755 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -export EDITOR=vim +export EDITOR="emacsclient -a ''" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" -- cgit v1.2.3