"Reuben D. Budiardja" <[EMAIL PROTECTED]> writes:

> However, I forgot to copy some files from the old home before I deleted it, 
> including .bashrc. No problem, I though, I just copied it from my other 
> machine. But then whenever I log in, the /home/rdonald/.bashrc file does not 
> get executed. I know this because I customize my prompt there, and I defined 
> some aliases. If after log in, I type 'bash' again, then all is well. What do 
> I need to look to fix this? It's just little annoying.

One way is to source it from ~/.bash_profile

if [ $HOME/.bashrc ];then
   . $HOME/.bashrc
fi


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to