From 1d80cf23c59cb8c039b1de6b8ad37bebbdc9a627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 8 Oct 2009 00:50:08 +0200 Subject: Add EDITOR to zshenv --- .zshenv | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.zshenv') diff --git a/.zshenv b/.zshenv index 4a4c063..26c7a25 100644 --- a/.zshenv +++ b/.zshenv @@ -1,10 +1,12 @@ typeset -U path fpath -export ECHANGELOG_USER="René Neumann (Necoro) " - fpath=(~/.zsh/functions $fpath) # load all things in there autoload ${fpath[1]}/*(:t) [[ -d ~/bin ]] && path=(~/bin $path) + +# exports +export ECHANGELOG_USER="René Neumann (Necoro) " +export EDITOR=vim -- cgit v1.2.3