# zshenv 9.5.21, by Sean B. Palmer # http://inamidst.com/config/zshenv # Things found leftmost are given prominence export PATH=~/bin:$PATH export LC_ALL=en_GB.UTF-8 export LANG=en_GB.UTF-8 export TZ=Europe/London export EDITOR=emacs export PACKAGES=/Users/sbp/packages export DIRSTACKSIZE=10 export HISTFILE=~/.zsh_history export HISTCONTROL=ignoredups export HISTSIZE=50000 export SAVEHIST=50000 # Cf. http://swhack.com/logs/2005-06-03#T21-40-26 export TIMEFMT=$'real\t%*Es\nuser\t%*Us\nsys \t%*Ss\ncpu \t%P'