diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 08:31:19 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 08:31:19 -0800 |
commit | a1034c15706427e5432d99fe459b66ab5aab666e (patch) | |
tree | 68233b8a24012ea523f184552403c8e1c391a861 /bashrc | |
parent | [vim] a few more changes (diff) | |
download | emacs.d-a1034c15706427e5432d99fe459b66ab5aab666e.tar.gz |
[bash] set editor back to Emacs
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 2 |
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" |