Tuesday, January 5, 2010

Replace Cygwin command prompt with Puttycyg

I install Cygwin on every Windows machine that I have to use regularly. By default, Cygwin uses the Windows Command Prompt for its terminal. Gross!

I much prefer putty -- to the point that I would open putty and SSH to localhost, just so that I can use a real terminal!

With puttycyg, there's no need to SSH in. Donwload puttycyg and extract the ZIP. Then copy the two executables (putty.exe and cthelper.exe) into C:\cygwin (or wherever you have it installed).

Then, modify your cygwin.bat shortcut to run this target instead:
C:\cygwin\putty.exe -cygterm -

(yes that is a dash at the end!)

No comments:

Post a Comment