]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - zsh/host/env.nightwish
shell/env: Move shell functions to shell/functions.
[config/dotfiles.git] / zsh / host / env.nightwish
1 # Zsh configuration file for environment related options for my father's G5.
2
3
4 # Update the default PATH to include MacPorts, X11, and /usr/local.
5 typeset -U path
6 path=(/opt/local/bin /opt/local/sbin /usr/local/bin $path /usr/X11R6/bin)
7
8 # vim: ft=zsh