> If what you really mean is that .bashrc is not read when you login on a > text console, then that's covered by bash's man page, which you really > ought to read. .bash_profile or .profile is read by login shells; > .bashrc is read only by non-login shells. If you want .bashrc to be read > by all shells, then you need to put ". ~./bashrc" in your .bash_profile > or .profile to make it happen.
I have this in my .bash_profile. I think it was there, but commented out, by default. # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]