Wednesday, February 15, 2012

Colorful Cygwin Terminal

change Cygwin.bat to
 @echo off  C:  chdir C:\cygwin\bin  set EDITOR=vi  set VISUAL=vi  set CYGWIN=codepage:oem tty binmode title  rxvt -sr -sl 10000 -fg white -bg black -fn fixedsys -fb fixedsys -tn cygwin -e bash --login -i

No comments:

Post a Comment