Colors in Cygwin window
Gerrit P. Haase
gp@familiehaase.de
Sun Jul 28 07:10:00 GMT 2002
Hallo Alex,
Am Sonntag, 28. Juli 2002 um 08:40 schriebst du:
> How can we change colors in Cygwin window ?
> I can change 'screen text and screen background' using windows properties.
> However I dont know how to change 'prompt color'.
I have some lines in my .bashrc:
$ cat .bashrc | grep color
alias dir='dir -FN --color=auto --show-control-chars'
alias ls='ls -FN --color=auto --show-control-chars'
alias ll='ls -l -FN --color=auto --show-control-chars'
eval `dircolors -b /etc/DIR_COLORS`
##LS_OPTIONS=' --color=always -F -b -T 0'
Most interesting is this line:
eval `dircolors -b /etc/DIR_COLORS`
where the file DIR_COLORS is a default one from the Mandrake
dist (Cygwin version attached;)
Gerrit
--
"All faults& bugs are mine - Robert"
from squid/acinclude.m4, Sun Apr 21 05:21:21 2002
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Dir_colors.
Type: application/octet-stream
Size: 2810 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20020728/013d4a49/attachment.obj>
-------------- next part --------------
--
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/
More information about the Cygwin
mailing list