From: Simon Ruderich Date: Sat, 6 Sep 2008 01:01:02 +0000 (+0200) Subject: Added zsh configuration file for my father's G5. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=f47a7d740293e664da19bb4ccc088e0ec9a13e8a;p=config%2Fdotfiles.git Added zsh configuration file for my father's G5. --- diff --git a/zsh/env.peters-g5 b/zsh/env.peters-g5 new file mode 100644 index 0000000..a008af9 --- /dev/null +++ b/zsh/env.peters-g5 @@ -0,0 +1,6 @@ +# 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)