[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dircolors



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



Reply to: