On Fri, 25 Oct 1996, Bruce Perens wrote:

> To get color ls, use the command
> 
>       alias ls="ls --color=auto"
> 
> That's for "sh" and "bash". If you use "csh" or "tcsh" use
> 
>       alias ls "ls --color=auto"

You can just put:

eval `dircolors`

in your startup script .profile, .tcshrc, .login or whatever... it sets
the color-ls environment appropriately for whatever shell you use.


Jason Keimig
http://www.tisl.ukans.edu/~jkeimig/IPFT.html

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to