[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: color ls




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
debian-user-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: