Randy McMurchy wrote:
[EMAIL PROTECTED]: ~ > cat .profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
==================================
[EMAIL PROTECTED]: ~ > cat .bashrc
. /etc/profile
[snip everything else that I want for me]
I agree that that works, and that's probably what I'm going to do.
Thanks for writing back. The reason that I haven't done this so far is
that I'm worried that there are things in /etc/profile that should only
be done at login. Taking a look through, though, it seems ok. I just
don't understand the logic that applications should mess with the
environment unless they absolutely have to (i.e. PATH or LD_LIBRARY_PATH).
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page