On Wed, 2004-08-04 at 10:30, nx13372 wrote:
> matt zagrabelny wrote:
> 
> > make sure .bashrc is being sourced.
> >
> >$ ls -alh
> >
> >is there colors?
> >
> >$ source .bashrc; ls -alh
> >
> >is there colors?
> >
> >
> >  
> >
> After the source .bashrc works.
> What's must be changed?
> 
> thanks
> 

different files are sourced depending on how you logged in.

for instance with gnome: .gnomerc is sourced

in my .bash_profile i have:

if [ -f ~/.bashrc ]; then
        source ~/.bashrc
fi

-matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to