Skip to content

Use RXVT With Cygwin

by Jeff

I’m starting a series of posts about my cygwin setup.

One of the main reasons, if not the main reason for installing cygwin is employ the use of a bash shell.  By default cygwin provides a link to the cygwin bash shell in the Start menu and on the desktop. The default cygwin shell is a bit ugly and I really prefer RXVT (ouR eXended Virtual Terminal).  RXVT it is not installed by default, you must select it during setup.  Rxvt’s $TERM variable is sets to “xterm” which is more universally recognized by other applications and ensures maximum interoperability with other systems.  Also, rxvt is far more configurable than the cygwin term.

Here’s how I’ve configured mine:

C:\cygwin\bin\rxvt.exe -sl 1500 -e /bin/bash --login -i

Pretty straight forward.

Hat Tips:
Infrablue

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

One Comment

  1. I too find RXVT a much better term solution for Cygwin:

    http://blog.andrewbeacock.com/2008/12/rxvt-better-console-for-cygwin-unix-on.html

    Sunday, September 6, 2009 at 10:58 pm | Permalink

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*