summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-09-09 08:41:18 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-09-09 08:41:18 -0700
commit459c9947f49eaa43e76b3af517e4279dade2b45d (patch)
tree56d0642f0eb76d556ac3f79568decdd91bf2002d /configs
parentRevert "[vim] Guess what." (diff)
downloademacs.d-459c9947f49eaa43e76b3af517e4279dade2b45d.tar.gz
[bash] set vim for the default editor
Diffstat (limited to '')
-rwxr-xr-xconfigs/rcs/bashrc2
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"