From 3d2782b2305779836397c36088eb8b3d47608236 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 8 May 2018 10:09:17 -0700 Subject: [vim] use vim for EDITOR --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index c4fb2a1..25a8971 100755 --- a/bashrc +++ b/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