]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - zsh/env.local
a3cdc6a31774369a22dc3fb81884eb651229fcd2
[config/dotfiles.git] / zsh / env.local
1 # Zsh configuration file for environment related options for my local computer.
2
3
4 # Path to my local "unix" directory where my scripts, configuration files and
5 # other unix related data is stored.
6 MYUNIX=~/Documents/unix
7
8 # Add my bin/ directory, macports bin/ and sbin/ and the X11 bin/ directory to
9 # the default PATH.
10 typeset -U path
11 path=($MYUNIX/bin /opt/local/bin /opt/local/sbin $path /usr/X11R6/bin)
12
13 # Necessary for xterm to find man pages through PATH.
14 unset MANPATH