<?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: autojump: 在命令行下快速更改目录</title>
	<atom:link href="http://linuxtoy.org/archives/autojump.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/autojump.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Mon, 21 May 2012 09:54:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: xiooli</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104757</link>
		<dc:creator>xiooli</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104757</guid>
		<description>&lt;p&gt;cd还好啦，关键是中文路径麻烦。。。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>cd还好啦，关键是中文路径麻烦。。。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: gogonkt</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104709</link>
		<dc:creator>gogonkt</dc:creator>
		<pubDate>Mon, 23 Feb 2009 05:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104709</guid>
		<description>&lt;p&gt;怎么不用zsh....直接输入目录名就可以到了...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>怎么不用zsh....直接输入目录名就可以到了...</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wind</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104145</link>
		<dc:creator>wind</dc:creator>
		<pubDate>Tue, 17 Feb 2009 15:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104145</guid>
		<description>&lt;p&gt;那个函数的排版真的让人受不了 汗。。。
重排了一下就好了：
话说很诡异，那个最后的fi在我的vim中就是不会高亮显示。。。。。&lt;/p&gt;

&lt;p&gt;if [ $SHELL = &quot;/bin/bash&quot; ] &amp;&amp; [ -n &quot;$PS1&quot; ] 
then
        export PROMPT&lt;em&gt;COMMAND=&#039;autojump -a &quot;$(pwd -P)&quot;;&#039;&quot;$PROMPT&lt;/em&gt;COMMAND&quot;
        alias jumpstat=&quot;autojump --stat&quot;
        function j 
        {&lt;br /&gt;
                new&lt;em&gt;path=$(autojump $@)
                if [ -n &quot;$new&lt;/em&gt;path&quot; ]
                then 
                        echo -e &quot;\33[31m${new&lt;em&gt;path}\33[0m&quot; 
                        echo 
                        cd &quot;$new&lt;/em&gt;path&quot;
                fi&lt;br /&gt;
        }&lt;br /&gt;
fi&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>那个函数的排版真的让人受不了 汗。。。
重排了一下就好了：
话说很诡异，那个最后的fi在我的vim中就是不会高亮显示。。。。。</p>

<p>if [ $SHELL = "/bin/bash" ] &amp;&amp; [ -n "$PS1" ] 
then
        export PROMPT<em>COMMAND='autojump -a "$(pwd -P)";'"$PROMPT</em>COMMAND"
        alias jumpstat="autojump --stat"
        function j 
        {<br />
                new<em>path=$(autojump $@)
                if [ -n "$new</em>path" ]
                then 
                        echo -e "\33[31m${new<em>path}\33[0m" 
                        echo 
                        cd "$new</em>path"
                fi<br />
        }<br />
fi</p>]]></content:encoded>
	</item>
	<item>
		<title>By: SamLowry</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104136</link>
		<dc:creator>SamLowry</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104136</guid>
		<description>&lt;p&gt;http://wiki.github.com/joelthelion/autojump/bugs&lt;/p&gt;

&lt;p&gt;找到一个解决方法，删掉它……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://wiki.github.com/joelthelion/autojump/bugs" rel="nofollow">http://wiki.github.com/joelthelion/autojump/bugs</a></p>

<p>找到一个解决方法，删掉它……</p>]]></content:encoded>
	</item>
	<item>
		<title>By: SamLowry</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104135</link>
		<dc:creator>SamLowry</dc:creator>
		<pubDate>Tue, 17 Feb 2009 13:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104135</guid>
		<description>&lt;p&gt;登录错误……：（&lt;/p&gt;

&lt;p&gt;“您的会话只持续了不到10秒钟”&lt;/p&gt;

&lt;p&gt;.xsession-errors中描述如下：&lt;/p&gt;

&lt;p&gt;/etc/gdm/Xsession: Beginning session setup...
/etc/profile.d/autojump.sh: 6: Syntax error: &quot;}&quot; unexpected (expecting &quot;fi&quot;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>登录错误……：（</p>

<p>“您的会话只持续了不到10秒钟”</p>

<p>.xsession-errors中描述如下：</p>

<p>/etc/gdm/Xsession: Beginning session setup...
/etc/profile.d/autojump.sh: 6: Syntax error: "}" unexpected (expecting "fi")</p>]]></content:encoded>
	</item>
	<item>
		<title>By: eagle</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104118</link>
		<dc:creator>eagle</dc:creator>
		<pubDate>Tue, 17 Feb 2009 11:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104118</guid>
		<description>&lt;p&gt;ee怎处理&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ee怎处理</p>]]></content:encoded>
	</item>
	<item>
		<title>By: eagle</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104117</link>
		<dc:creator>eagle</dc:creator>
		<pubDate>Tue, 17 Feb 2009 11:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104117</guid>
		<description>&lt;p&gt;开机怎是错误&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>开机怎是错误</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kidfruit</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104030</link>
		<dc:creator>kidfruit</dc:creator>
		<pubDate>Tue, 17 Feb 2009 03:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104030</guid>
		<description>&lt;p&gt;那目录多了怎么办？很多名字类似却在不同路径的目录多了那不是输了还要选择？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>那目录多了怎么办？很多名字类似却在不同路径的目录多了那不是输了还要选择？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hmy</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104026</link>
		<dc:creator>hmy</dc:creator>
		<pubDate>Tue, 17 Feb 2009 02:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104026</guid>
		<description>&lt;p&gt;还有个类似的软件cdargs ,debian 自带&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>还有个类似的软件cdargs ,debian 自带</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ee</title>
		<link>http://linuxtoy.org/archives/autojump.html#comment-104017</link>
		<dc:creator>ee</dc:creator>
		<pubDate>Tue, 17 Feb 2009 00:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2844#comment-104017</guid>
		<description>&lt;p&gt;不处理中文目录不是。继续自己的方法。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>不处理中文目录不是。继续自己的方法。</p>]]></content:encoded>
	</item>
</channel>
</rss>

