# Zsh configuration file for environment related options for my local computer. # Path to my local "unix" directory where my scripts, configuration files and # other unix related data is stored. MYUNIX=~/Documents/unix # Add my bin/ directory, macports bin/ and sbin/ and the X11 bin/ directory to # the default PATH. -g is necessary as the file is loaded by source_config(), # otherwise the path wouldn't be changed outside the function. typeset -g -U path path=($MYUNIX/bin /opt/local/bin /opt/local/sbin $path /usr/X11R6/bin) # Necessary for xterm to find man pages through PATH. unset MANPATH