ubuntu - .bashrc at ssh login -
When I'm running my ubuntu-box Hardy 8.04, the environment variables in my .bashrc are not set.
If I make a source. Bashrc, variables are set correctly, and all this is fine.
How can it come Bassarak is not running in the log?
.bashrc is not logged in using SSH. You need a source in your .bash_profile :
if [-f ~ / .bashrc]; Again . ~ / .bashrc fi
Comments
Post a Comment