From 459c9947f49eaa43e76b3af517e4279dade2b45d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 9 Sep 2018 08:41:18 -0700 Subject: [bash] set vim for the default editor --- configs/rcs/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/rcs') 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" -- cgit 1.4.1