From 4ef7f9b6fe224b0f774d05aa816cafae9e6ea3ae Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Thu, 5 Jul 2012 20:56:07 +0200 Subject: [PATCH] set editor to vim --- .zsh.d/S06_exports | 1 + 1 file changed, 1 insertion(+) diff --git a/.zsh.d/S06_exports b/.zsh.d/S06_exports index 81d3958..1925a7b 100644 --- a/.zsh.d/S06_exports +++ b/.zsh.d/S06_exports @@ -10,6 +10,7 @@ export MAIL=~/Maildir/sgn/INBOX export MAILPATH=$MAIL export COLORFGBG="default;default" export LANG=en_NZ.UTF-8 +export EDITOR=vim # vim:ft=zsh -- 2.39.5