Please bear with us as we work to restore functionality to dotfiles.org.
# .zshenv
# $Id: .zshenv,v 1.2 2008/06/28 16:59:43 user Exp $
### Added by surfraw. To remove use surfraw-update-path -remove
export PATH=$PATH:/usr/share/surfraw
### End surfraw addition.
# report login/logout events
export WATCH=notme
export WATCHFMT="%B%w %@ ${HOST%%.*} watch: %n %a %(l:tty%l:unknown tty) %(M:from %M:locally)%b"
export LOGCHECK=5
# send shell ALRM signal after specified seconds of inactivity
#export TMOUT=1800
# print timing statistics if execution time is greater than the given number of
# seconds
export REPORTTIME=20
# run periodic function every 30 min
export PERIOD=1800
# Output instead of audible beep
#export ZBEEP='\e[?5h\e[?5l'