<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Prettyprinted &#187; cygwin</title>
	<atom:link href="http://prettyprinted.net/blog/tag/cygwin/feed/" rel="self" type="application/rss+xml" />
	<link>http://prettyprinted.net/blog</link>
	<description>Django, Python and Drunken Ramblings</description>
	<lastBuildDate>Thu, 26 Nov 2009 21:45:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More Cygwin Goodies</title>
		<link>http://prettyprinted.net/blog/more-cygwin-goodies/</link>
		<comments>http://prettyprinted.net/blog/more-cygwin-goodies/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 18:34:48 +0000</pubDate>
		<dc:creator>steingrd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://prettyprinted.net/blog/?p=25</guid>
		<description><![CDATA[I stumpled upon a couple of Cygwin .bashrc goodness whilst browsing Reddit today. As a result I stopped for a moment and remembered that I too have a few goodies that I use and love every day.
The default Cygwin terminal emulator is cmd.exe. Instead of replacing this with Putty as Athul suggests I&#8217;ve edited c:\cygwin\cygwin.bat [...]]]></description>
			<content:encoded><![CDATA[<p>I stumpled upon a couple of <a href="http://blog.athulacharya.com/2009/03/cygwin-bashrc-goodness.html">Cygwin .bashrc goodness</a> whilst browsing Reddit today. As a result I stopped for a moment and remembered that I too have a few goodies that I use and love every day.</p>
<p>The default Cygwin terminal emulator is <code>cmd.exe</code>. Instead of replacing this with Putty as Athul suggests I&#8217;ve edited <code>c:\cygwin\cygwin.bat</code> to open a <code>rxvt</code> terminal with a nice font:</p>
<pre>
@echo off
C:
chdir C:\Cygwin\bin
rxvt -bg black -fn "Lucida Console-12" -e bash --login -i
</pre>
<p>Finally a decent terminal emulator with copy and paste the way it&#8217;s supposed to be!</p>
<p>If you&#8217;re like me you hate the default <code>/cygdrive/c</code> setup. To save me from typing <code>cd /cygdrive</code> all the time. I always run this one-liner on fresh Cygwin installations:</p>
<pre>
for d in $(/bin/ls /cygdrive); do ln -s "/cygdrive/$d" "/$d"; done
</pre>
<p>It creates symlinks from <code>/cygdrive/c</code> to <code>/c</code> for all your drives. Saves me from a lot of typing, every day.</p>
]]></content:encoded>
			<wfw:commentRss>http://prettyprinted.net/blog/more-cygwin-goodies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
