X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Fenv.local;h=91759a74862b60ea07cbf38a2fafd0513c510f6e;hb=c9bdb37b7b519af9ffb5f79a0dd1f7cf5d1097be;hp=6eb88a4fbf1dc680f4c2e16b3ba65a9fbe6a6933;hpb=743a0b65ff1e1c4d1b6701fcdd5e57048f5c47f9;p=config%2Fdotfiles.git diff --git a/zsh/env.local b/zsh/env.local index 6eb88a4..91759a7 100644 --- a/zsh/env.local +++ b/zsh/env.local @@ -10,6 +10,3 @@ MYUNIX=~/Documents/unix # otherwise the path wouldn't be changed outside the function. typeset -g -U path path=($MYUNIX/bin /opt/local/bin /opt/local/sbin $path /usr/X11R6/bin) - -# Necessary for xterm to find man pages through PATH. -unset MANPATH