<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: ZSH: Organize your .zshrc (should work for BASH as well)</title>
	<atom:link href="http://ivan.fomentgroup.org/blog/2010/01/29/zsh-organize-your-zshrc-should-work-for-bash-as-well/feed/" rel="self" type="application/rss+xml" />
	<link>http://ivan.fomentgroup.org/blog/2010/01/29/zsh-organize-your-zshrc-should-work-for-bash-as-well/</link>
	<description>Free Software Developer and Enthusiast</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:28:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ivan Čukić</title>
		<link>http://ivan.fomentgroup.org/blog/2010/01/29/zsh-organize-your-zshrc-should-work-for-bash-as-well/comment-page-1/#comment-12670</link>
		<dc:creator>Ivan Čukić</dc:creator>
		<pubDate>Mon, 08 Feb 2010 07:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=685#comment-12670</guid>
		<description>@&lt;a href=&quot;#comment-12665&quot; rel=&quot;nofollow&quot;&gt;Samat Jain&lt;/a&gt;: TBH, I haven&#039;t even thought about speed - it doesn&#039;t seem to load things slower than usual. I&#039;d guess that loading/setting the options for completion, ... takes a lot more time than a simple &#039;source &lt;file&gt;&#039;.</description>
		<content:encoded><![CDATA[<p>@<a class="atr_link" href="#comment-12665" rel="nofollow">Samat Jain</a>: TBH, I haven&#8217;t even thought about speed &#8211; it doesn&#8217;t seem to load things slower than usual. I&#8217;d guess that loading/setting the options for completion, &#8230; takes a lot more time than a simple &#8216;source <file>&#8216;.</file></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samat Jain</title>
		<link>http://ivan.fomentgroup.org/blog/2010/01/29/zsh-organize-your-zshrc-should-work-for-bash-as-well/comment-page-1/#comment-12665</link>
		<dc:creator>Samat Jain</dc:creator>
		<pubDate>Mon, 08 Feb 2010 06:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=685#comment-12665</guid>
		<description>Split configuration is great for daemons, because those read their configuration infrequently.

But shells... I open new ones all the time. Does doing this make things noticeably slower?

What about in high-load situations? For example, I needed to turn bash-completion with bash on one of my highly loaded servers, as logging in would sometimes take several seconds.</description>
		<content:encoded><![CDATA[<p>Split configuration is great for daemons, because those read their configuration infrequently.</p>
<p>But shells&#8230; I open new ones all the time. Does doing this make things noticeably slower?</p>
<p>What about in high-load situations? For example, I needed to turn bash-completion with bash on one of my highly loaded servers, as logging in would sometimes take several seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 1/2/2010: German Migrations to Free Software, New Debian &#124; Boycott Novell</title>
		<link>http://ivan.fomentgroup.org/blog/2010/01/29/zsh-organize-your-zshrc-should-work-for-bash-as-well/comment-page-1/#comment-12373</link>
		<dc:creator>Links 1/2/2010: German Migrations to Free Software, New Debian &#124; Boycott Novell</dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=685#comment-12373</guid>
		<description>[...] ZSH: Organize your .zshrc (should work for BASH as well) [...]</description>
		<content:encoded><![CDATA[<p>[...] ZSH: Organize your .zshrc (should work for BASH as well) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://ivan.fomentgroup.org/blog/2010/01/29/zsh-organize-your-zshrc-should-work-for-bash-as-well/comment-page-1/#comment-12319</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 30 Jan 2010 20:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=685#comment-12319</guid>
		<description>You might also find Martin Krafft&#039;s layout interesting:

http://git.madduck.net/v/etc/zsh.git?a=tree</description>
		<content:encoded><![CDATA[<p>You might also find Martin Krafft&#8217;s layout interesting:</p>
<p><a href="http://git.madduck.net/v/etc/zsh.git?a=tree" rel="nofollow">http://git.madduck.net/v/etc/zsh.git?a=tree</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Čukić &#187; ZSH: bookmarks for cd (change directory) with completion</title>
		<link>http://ivan.fomentgroup.org/blog/2010/01/29/zsh-organize-your-zshrc-should-work-for-bash-as-well/comment-page-1/#comment-12289</link>
		<dc:creator>Ivan Čukić &#187; ZSH: bookmarks for cd (change directory) with completion</dc:creator>
		<pubDate>Fri, 29 Jan 2010 21:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/?p=685#comment-12289</guid>
		<description>[...] You can copy the script to your .zshrc, or create a zsh module as described in my previous post [...]</description>
		<content:encoded><![CDATA[<p>[...] You can copy the script to your .zshrc, or create a zsh module as described in my previous post [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
