# Zsh configuration file for environment related options for my father's G5. # Update the default PATH to include MacPorts, X11, and /usr/local. typeset -U path path=(/opt/local/bin /opt/local/sbin /usr/local/bin $path /usr/X11R6/bin)