Please bear with us as we work to restore functionality to dotfiles.org.
Another old one I've been lugging around, about to wipe and restart this as well.
#
# $Id: zshenv,v 1.3 1995/03/16 20:02:39 coleman Exp coleman $
#
# Generic .zshenv file for zsh 2.7
#
# .zshenv is sourced on all invocations of the
# shell, unless the -f option is set. It should
# contain commands to set the command search path,
# plus other important environment variables.
# .zshenv should not contain commands that product
# output or assume the shell is attached to a tty.
#
path=($path ~/bin /sw/bin /usr/ccs/bin ~ . ~/Scripts ~/air/bin)
path=($path /bin /usr/bin /usr/local/sbin /usr/sbin /sbin)
path=($path /usr/local/bin /usr/local/mysql/bin /home/adamh/mysql/bin /var/qmail/bin /usr/X11R6/bin /usr/local/ntop/bin /opt/local/bin)
#http_proxy="http://localhost:8080"
PYTHONPATH=~/lib/python