Gentoo Archives: gentoo-dev

From: Naresh Donti <ndonti@××××××××××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] /etc/profile.env
Date: Sat, 26 Jan 2002 13:38:51
Message-Id: 20020126193838.GA1885@ndonti.dynodns.net
1 I like to use zsh as my shell. When I source /etc/profile.env in zsh,
2 my path ends up being /usr/local/bin:/usr/X11R6/bin, because profile.env has
3 the line
4
5 export PATH='/usr/local/bin:/usr/X11R6/bin'
6
7 should env-update be changed to make this
8 export PATH='/usr/local/bin:/usr/X11R6/bin:$PATH'
9
10 --
11 Naresh Donti
12 ndonti@××××××××××××××.net