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?
thanks.
Check the file permissions, if you copied the file as root, the user may not be able to read it.
PaulNM
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]