From 71495f2986e3e3d14a23f674c515f315d6103556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Oct 2009 17:08:36 +0200 Subject: Moved some things out of the box --- .zshenv | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .zshenv (limited to '.zshenv') diff --git a/.zshenv b/.zshenv new file mode 100644 index 0000000..4a4c063 --- /dev/null +++ b/.zshenv @@ -0,0 +1,10 @@ +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) -- cgit v1.2.3