summary refs log tree commit diff
path: root/bashrc
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-15 08:31:19 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-15 08:31:19 -0800
commita1034c15706427e5432d99fe459b66ab5aab666e (patch)
tree68233b8a24012ea523f184552403c8e1c391a861 /bashrc
parent[vim] a few more changes (diff)
downloademacs.d-a1034c15706427e5432d99fe459b66ab5aab666e.tar.gz
[bash] set editor back to Emacs
Diffstat (limited to 'bashrc')
-rwxr-xr-xbashrc2
1 files changed, 1 insertions, 1 deletions
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"