<?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>林光生活兩光過 &#187; zsh</title>
	<atom:link href="http://blog.yzlin.org/tag/zsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yzlin.org</link>
	<description>人生就該悠閒地過，忠實地記錄下人生的軌跡</description>
	<lastBuildDate>Thu, 21 Jan 2010 15:46:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zsh &#8211; autocomplete error</title>
		<link>http://blog.yzlin.org/2008/09/10/56/</link>
		<comments>http://blog.yzlin.org/2008/09/10/56/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 09:00:57 +0000</pubDate>
		<dc:creator>yzlin</dc:creator>
				<category><![CDATA[工具]]></category>
		<category><![CDATA[電腦技術]]></category>
		<category><![CDATA[zsh]]></category>

		<guid isPermaLink="false">http://blog.yzlin.org/?p=56</guid>
		<description><![CDATA[最近開始在嘗試一套蠻強大的 shell &#8211; zsh，我用過的 shell 沒有很多，最常用的還是 tcsh &#38; sh，bash 以前有用過一陣子。試用了一陣子，覺得它真的蠻強的，可以把 prompt 的介面和 auto-complete 的功能弄得很炫。改天再發篇文寫一下自己的設定心得。
這篇主要是講一下之前遇到的一個問題，在 auto-complete 的設定下，會出現：

_alternative:69: command not found: _canonical_paths

雖然好像可以正常運作，但就是覺得怪怪的，後來 google 了一下，發現了別人的解法，原來是 $HOME/.zcompdump 爛掉，把它砍掉，讓 zsh 自動重建就行了。
]]></description>
			<content:encoded><![CDATA[<p>最近開始在嘗試一套蠻強大的 shell &#8211; zsh，我用過的 shell 沒有很多，最常用的還是 tcsh &amp; sh，bash 以前有用過一陣子。試用了一陣子，覺得它真的蠻強的，可以把 prompt 的介面和 auto-complete 的功能弄得很炫。改天再發篇文寫一下自己的設定心得。</p>
<p>這篇主要是講一下之前遇到的一個問題，在 auto-complete 的設定下，會出現：</p>
<blockquote>
<pre>_alternative:69: command not found: _canonical_paths</pre>
</blockquote>
<p>雖然好像可以正常運作，但就是覺得怪怪的，後來 google 了一下，發現了別人的解法，原來是 $HOME/.zcompdump 爛掉，把它砍掉，讓 zsh 自動重建就行了。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yzlin.org/2008/09/10/56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
