On Fri, 22 Jul 2005, Ken Dibble wrote: > You .bash_profile should look like: > --- > # ~/.bash_profile: executed by bash for login shells. > > if [ -e /etc/bash.bashrc ] ; then > source /etc/bash.bashrc > fi > > if [ -e ~/.bashrc ] ; then > source ~/.bashrc > fi > ---- > If memory serves, this is the default .bash_profile. > > This would make sure that .bashrc gets executed whether your shell is a > login or not. > > If this is indeed your .bash_profile, I would next check permissions on > both files to make sure they are executable.
FYI, if the files are "source"d, they don't need to be executable. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! If there's any real truth it's that the entire multidimensional infinity of the Universe is almost certainly being run by a bunch of maniacs. /DA -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/