Monday, June 20, 2011

Cygwin Tweak

to get a cygwin terminal that actually uses bash and allows you to paste stuff into the window, edit /cygdrive/c/cygwin/Cygwin.bat to have this:


@echo off

C:
chdir C:\cygwin\bin

start rxvt -sr -sl 10000 -fg grey -bg black -fn courier -tn cygwin -e /bin/bash --login -i

No comments:

Post a Comment