Cygwin RXVT Settings
To use rxvt as the terminal in Cygwin:
C:\cygwin\bin\rxvt.exe -sr -sl 10000 -fg gray -bg black -fn "Bitstream Vera Sans Mono-12" -T bash -e /usr/bin/bash --login -i
This creates a gray-on-black terminal using the Bitstream Vera Sans Mono font.
Comments Off on Cygwin RXVT Settings