Brian Ivey wrote:
>
> Dear List:
>
> I've been trying to configure my bash shell. How do I add color to the ls
> command? When I type ls, I would like to have directories, files, etc. to
> appear in different colors. I know it can be done, but I cannot seem to find
> the way to it.
>
> Thanks,
> Brian Ivey
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
Hi!
In your .bashrc file you need to add the line: alias ls="ls --color=tty"
Tom.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.