move OOo2.0 before OOo1.1
This commit is contained in:
parent
a60b4a7f5b
commit
97bfdfa263
7
.zshenv
7
.zshenv
|
@ -44,15 +44,18 @@ then
|
||||||
PATH=$($preppath $(cat /etc/PATH) )
|
PATH=$($preppath $(cat /etc/PATH) )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# first prepend important stuff
|
# first prepend important stuff - in order of increasing priority:
|
||||||
|
|
||||||
PATH=`$preppath -c /usr/bin/X11:/bin:/usr/bin:/usr/ccs/bin:/opt/perl5/bin:/usr/games:/usr/contrib/bin`
|
PATH=`$preppath -c /usr/bin/X11:/bin:/usr/bin:/usr/ccs/bin:/opt/perl5/bin:/usr/games:/usr/contrib/bin`
|
||||||
|
# openoffice 1.1 is in /usr/bin, so we need to prepend
|
||||||
|
# oo2.0 before it:
|
||||||
|
PATH=`$preppath -c /opt/openoffice.org2.0/program`
|
||||||
PATH=`$preppath -c /usr/local/sbin:/usr/local/samba/bin:/usr/local/bin:/usr/local/bin/X11:/usr/local/majordomo/bin:/usr/lib/majordomo/bin:/usr/local/vnc_x86_linux_2.0:/usr/local/rrdtool-1.0.35/bin`
|
PATH=`$preppath -c /usr/local/sbin:/usr/local/samba/bin:/usr/local/bin:/usr/local/bin/X11:/usr/local/majordomo/bin:/usr/lib/majordomo/bin:/usr/local/vnc_x86_linux_2.0:/usr/local/rrdtool-1.0.35/bin`
|
||||||
PATH=`$preppath -c /usr/sbin:/sbin:/opt/omni/sbin:/opt/omni/lbin:/var/qmail/bin:/usr/local/ssl/bin:/usr/adm/acct/wsr/bin:/opt/tusc/bin`
|
PATH=`$preppath -c /usr/sbin:/sbin:/opt/omni/sbin:/opt/omni/lbin:/var/qmail/bin:/usr/local/ssl/bin:/usr/adm/acct/wsr/bin:/opt/tusc/bin`
|
||||||
PATH=`$preppath -c $HOME/bin/hosts:$HOME/bin`
|
PATH=`$preppath -c $HOME/bin/hosts:$HOME/bin`
|
||||||
|
|
||||||
# then append less important stuff
|
# then append less important stuff
|
||||||
PATH=`apppath -c /opt/Navisphere/bin`
|
PATH=`apppath -c /opt/Navisphere/bin`
|
||||||
PATH=`apppath -c /opt/openoffice.org2.0/program`
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -r /etc/MANPATH ]
|
if [ -r /etc/MANPATH ]
|
||||||
|
|
Loading…
Reference in New Issue