From 1d8fb34e573439d35d2e0915aa088225a9ea6c3a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 16 Jun 2017 08:44:44 -0700 Subject: [bash] use emacs for EDITOR --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 726b1b6..7e71125 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 1.4.1