<?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>A Place for my head &#187; zsh</title>
	<atom:link href="http://gnufied.org/category/zsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnufied.org</link>
	<description>On Ruby, Rails, Concurrency and fiction</description>
	<lastBuildDate>Mon, 10 Oct 2011 06:49:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Faster zsh and git integration</title>
		<link>http://gnufied.org/2010/04/22/faster-zsh-and-git-integration/</link>
		<comments>http://gnufied.org/2010/04/22/faster-zsh-and-git-integration/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 18:32:06 +0000</pubDate>
		<dc:creator>Hemant</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[zsh]]></category>

		<guid isPermaLink="false">http://gnufied.org/?p=149</guid>
		<description><![CDATA[There are quite a few zsh init scripts available out there which implement git integration. Unfortunately, they also slow down the shell workflow. I have found myself continuously frustrated by the fact, how much they make switching between directories slower. In the end, I have tried implementing something on my own and result is reasonably [...]]]></description>
			<content:encoded><![CDATA[<p>There are quite a few zsh init scripts available out there which implement git integration. Unfortunately, they also slow down the shell workflow. I have found myself continuously frustrated by the fact, how much they make switching between directories slower. In the end, I have tried implementing something on my own and result is reasonably faster than `oh-my-zsh` or other solutions.</p>
<p>You can get the code from:</p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">git clone git://github.com/gnufied/dot_files.git</pre></div></div>

<p>Be warned that, it may or may not work with old version of zsh or git.</p>
]]></content:encoded>
			<wfw:commentRss>http://gnufied.org/2010/04/22/faster-zsh-and-git-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

