Quote:
|
Originally Posted by panosv
What exists in ~/.bashrc and ~/.bash_profile is executed after you login in the system.
If you want to execute something before you login you can try putting it in file /etc/rc.d/rc.local
|
I just want to execute ~/.bashrc after I login. But actually, it wasn't executed.