X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Fenv.local;h=91759a74862b60ea07cbf38a2fafd0513c510f6e;hb=6cdb1f0d39808c9a819fc7ac279469c40bfd8d82;hp=6eb88a4fbf1dc680f4c2e16b3ba65a9fbe6a6933;hpb=0f76f93bd286c46d281a574a6db67e038b6d42a7;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