From b8acd6350f9ec2ca92ddb6e82a2b80aae160640b Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 30 May 2016 09:02:48 +0200 Subject: [PATCH] add EDITOR to env --- zprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zprofile b/zprofile index f0e04a6..69dbbda 100644 --- a/zprofile +++ b/zprofile @@ -1,6 +1,8 @@ # extend path export PATH="$HOME/local/bin:$PATH" +export EDITOR=$(which vim) + # nvm export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"