Date: Thu, 10 Sep 1998 21:01:30 +0300 (IDT) From: Eli Zaretskii To: Charles Krug cc: djgpp AT delorie DOT com Subject: Re: Is it possible to force ls to always use the --colors option? In-Reply-To: <35F7F466.A7E85259@pentek.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 10 Sep 1998, Charles Krug wrote: > ls --colors > > Can I set an option in djgpp.env to make ls always use --colors? No. The usual way to achieve this is to set up an alias or a keyboard macro that calls ls with --colors option. And btw, I hope by ``always'' you actually mean ``always, but only if standard output is the screen''. In other words, do NOT invoke ls with --colors=always, or else you will see nasty side-effects.