At 21:08 28/01/2004 +0000, Rob Andrews wrote:
Thanks Rob (and Chris J) for your replies. I've uncommented the linesOn Wed, 2004-01-28 at 21:01, Steve Tickle wrote: > Could someone please tell me if and how I can set 'ls' to display in color > by default? (ie. equiv. to the command line ls --color=always) > I'm using ls v4.1 Consult your .bashrc & .bash_profile. Usually you'll find either "alias ls='ls --color'" or "export LSOPTS=--color=always". Take your pick.