This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ls --color scheme


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"
<relaxedrob@optushome.com.au> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]