On Wed, 2004-08-04 at 10:05, nx13372 wrote:
> This is my .bashrc:
> export PS1='\[\033[01;28m\]\t 
> \[\033[01;[EMAIL PROTECTED];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?


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

Reply via email to