diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-02-28 08:45:46 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-02-28 08:45:46 -0800 |
commit | d4a914b1ac01a1fe7e18dbf4bd17bf2f5914e667 (patch) | |
tree | 920864b4f6dc7c3cb4dcc762a3036e748b75d059 /bashrc | |
parent | [vim] Remove vim, I really can't get to switch. (diff) | |
download | emacs.d-d4a914b1ac01a1fe7e18dbf4bd17bf2f5914e667.tar.gz |
[bash] Configure $EDITOR correctly.
Diffstat (limited to '')
-rwxr-xr-x | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc index 1559986..025b6f1 100755 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -export EDITOR="emacs -nw" +export EDITOR="emacsclient -nw" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" |