Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: Denis Sarrazin To: "Cygwin" Subject: Re: ls --color scheme Date: Tue, 11 Jun 2002 14:35:15 -0400 Message-ID: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g5BIbwC06390 Cool. That worked. Note that I had to put it into my .bash_profile to get it to work (since I'm using the cygwin.bat file which calls bash with the --login option). -D On Wed, 12 Jun 2002 02:44:32 +1000, "Robert Mark Bram" wrote: >Howdy all! > >For the record, this is what I have found out about changing ls color >scheme. > >These three lines in my .bashrc file allow me to configure the color system >by extension. > >alias ls="ls --color=auto" >LS_COLORS="di=31;1:ln=36;1:ex=31;1:*~=31;1:*.html=31;1:*.shtml=37;1" >export LS_COLORS > >And the output of this command: >dircolors --print-database | less >tells me about colors and codes etc that I can use.. > >Rob > >:) >:-} >;-> -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/