<?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"
	>
<channel>
	<title>Comments on: zsh completion rocks</title>
	<atom:link href="http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks/feed" rel="self" type="application/rss+xml" />
	<link>http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks</link>
	<description>The personal weblog of Peter Hosey.</description>
	<pubDate>Fri, 05 Dec 2008 12:52:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: CBowns</title>
		<link>http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122593</link>
		<dc:creator>CBowns</dc:creator>
		<pubDate>Tue, 18 Sep 2007 23:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122593</guid>
		<description>Ah, I got it working. Turns out, when changing the completion dictionary like this, you really ought to delete .zcompdump to start things fresh. Everything's working now, and your completion modifications are excellent. Thanks again for the source files!</description>
		<content:encoded><![CDATA[<p>Ah, I got it working. Turns out, when changing the completion dictionary like this, you really ought to delete .zcompdump to start things fresh. Everything's working now, and your completion modifications are excellent. Thanks again for the source files!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122527</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Tue, 18 Sep 2007 18:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122527</guid>
		<description>Ah, sorry—I missed a few other lines that you need in your .zshenv:

&lt;pre&gt;setopt complete_in_word NO_LIST_BEEP
bindkey "^I" expand-or-complete-prefix
bindkey "^X^I" expand-or-complete&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Ah, sorry—I missed a few other lines that you need in your .zshenv:</p>
<pre>setopt complete_in_word NO_LIST_BEEP
bindkey "^I" expand-or-complete-prefix
bindkey "^X^I" expand-or-complete</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: CBowns</title>
		<link>http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122521</link>
		<dc:creator>CBowns</dc:creator>
		<pubDate>Tue, 18 Sep 2007 18:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122521</guid>
		<description>This is weird. I had basic autocomplete and auto-cd working in my .zshrc by running:

&lt;code&gt;autoload -U compinit&lt;/code&gt;
&lt;code&gt;setopt auto_cd&lt;/code&gt;

but when I add &lt;code&gt;compinit&lt;/code&gt;, I lose all autocompletion: &lt;code&gt;ls&lt;/code&gt; followed by tab doesn't complete anything at all. Time to debug my init files.

Thanks for the completion file.</description>
		<content:encoded><![CDATA[<p>This is weird. I had basic autocomplete and auto-cd working in my .zshrc by running:</p>
<p><code>autoload -U compinit</code><br />
<code>setopt auto_cd</code></p>
<p>but when I add <code>compinit</code>, I lose all autocompletion: <code>ls</code> followed by tab doesn't complete anything at all. Time to debug my init files.</p>
<p>Thanks for the completion file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Hosey</title>
		<link>http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122474</link>
		<dc:creator>Peter Hosey</dc:creator>
		<pubDate>Tue, 18 Sep 2007 14:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122474</guid>
		<description>&lt;p&gt;CBowns: Sure. &lt;a href="http://boredzo.org/blog/wp-content/uploads/2007/09/zshcomp.bz2" rel="nofollow"&gt;Here's my .zshcomp file.&lt;/a&gt; bunzip2 it and rename it to ~/.zshcomp, then add a line to your .zshenv that says &lt;code&gt;. $HOME/.zshcomp&lt;/code&gt;.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>CBowns: Sure. <a href="http://boredzo.org/blog/wp-content/uploads/2007/09/zshcomp.bz2" rel="nofollow">Here's my .zshcomp file.</a> bunzip2 it and rename it to ~/.zshcomp, then add a line to your .zshenv that says <code>. $HOME/.zshcomp</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CBowns</title>
		<link>http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122445</link>
		<dc:creator>CBowns</dc:creator>
		<pubDate>Tue, 18 Sep 2007 12:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://boredzo.org/blog/archives/2007-09-17/zsh-completion-rocks#comment-122445</guid>
		<description>I can't get that working: is there some place you could post your .zsh* files? Or do you know which exact completion option gives you the shorthand directory name completion?</description>
		<content:encoded><![CDATA[<p>I can't get that working: is there some place you could post your .zsh* files? Or do you know which exact completion option gives you the shorthand directory name completion?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.210 seconds -->
