I know I've seen this discussed before but I couldn't find it in the archives. I have these lines in my .bash_profile:
if [ -d ~/bin ] ; then
PATH=~/bin:"${PATH}"
fi
When I login on the console it behaves as expected. However, when I
login using kdm I don't get ~/bin in my path. What was the prevailing
opinion on how to solve this?
Saadiq
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

