diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-09-09 08:41:18 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-09-09 08:41:18 -0700 |
commit | 459c9947f49eaa43e76b3af517e4279dade2b45d (patch) | |
tree | 56d0642f0eb76d556ac3f79568decdd91bf2002d /configs | |
parent | Revert "[vim] Guess what." (diff) | |
download | emacs.d-459c9947f49eaa43e76b3af517e4279dade2b45d.tar.gz |
[bash] set vim for the default editor
Diffstat (limited to '')
-rwxr-xr-x | configs/rcs/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/bashrc b/configs/rcs/bashrc index cc376db..1d0d076 100755 --- a/configs/rcs/bashrc +++ b/configs/rcs/bashrc @@ -1,4 +1,4 @@ -export EDITOR="emacsclient" +export EDITOR="vim" export HISTFILE= export LANG="en_US.UTF-8" export LC_ALL="$LANG" |