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

Re: dircolors



On Wed, 2004-08-04 at 10:05, nx13372 wrote:
> This is my .bashrc:
> export PS1='\[\033[01;28m\]\t 
> \[\033[01;31m\]\u@\h\[\033[01;34m\]\w\$\[\033[00m\]'
> umask 022
> export LS_OPTIONS='--color=auto'
> eval `dircolors`
> alias ls='ls $LS_OPTIONS'
> alias ll='ls $LS_OPTIONS -l'
> alias l='ls $LS_OPTIONS -lA'
> 
> I put this in /root and in a "normal" user. In root works, but in user 
> "net" dont!
> Why?
> What i must to do?

make sure .bashrc is being sourced.

$ ls -alh

is there colors?

$ source .bashrc; ls -alh

is there colors?



Reply to: