High, On 20 Mar 2002, Marcelo Leal wrote:
> why i can't ls with colors in my Eterm terminal??? > i did put LS_COLORS, OPTIONS, and nothing... > when i log in suse linux, slackware, redhat, it works... in my terminal > not.... > Does 'ls --color=auto' work? Ok, then put this in your ~/.bashrc (if you are using bash): alias ls='ls --color=auto ' You might need to enable bash to read the options in .bashrc. Make sure ~/.bash_profile has: if [ -f ~/.bashrc ]; then source ~/.bashrc fi Greetz, Sebastiaan