]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added zsh configuration file for my father's G5.
authorSimon Ruderich <simon@ruderich.org>
Sat, 6 Sep 2008 01:01:02 +0000 (03:01 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 6 Sep 2008 01:01:02 +0000 (03:01 +0200)
zsh/env.peters-g5 [new file with mode: 0644]

diff --git a/zsh/env.peters-g5 b/zsh/env.peters-g5
new file mode 100644 (file)
index 0000000..a008af9
--- /dev/null
@@ -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)