<?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: More ZSH Prompt Love</title>
	<atom:link href="http://pthree.org/2009/10/14/more-zsh-prompt-love/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2009/10/14/more-zsh-prompt-love/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Wed, 08 Feb 2012 02:59:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha</generator>
	<item>
		<title>By: Daniel Correia</title>
		<link>http://pthree.org/2009/10/14/more-zsh-prompt-love/#comment-110696</link>
		<dc:creator>Daniel Correia</dc:creator>
		<pubDate>Sun, 07 Feb 2010 07:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1148#comment-110696</guid>
		<description>@Adam Change 

    if [[ &quot;$terminfo[colors]&quot; -gt 8 ]]; then

to
 
    if [[ &quot;$terminfo[colors]&quot; -ge 8 ]]; then

And that should make colours work for you.</description>
		<content:encoded><![CDATA[<p>@Adam Change </p>
<p>    if [[ "$terminfo[colors]&#8221; -gt 8 ]]; then</p>
<p>to</p>
<p>    if [[ "$terminfo[colors]&#8221; -ge 8 ]]; then</p>
<p>And that should make colours work for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: undertakingyou » Blog Archive » New zsh prompt</title>
		<link>http://pthree.org/2009/10/14/more-zsh-prompt-love/#comment-110695</link>
		<dc:creator>undertakingyou » Blog Archive » New zsh prompt</dc:creator>
		<pubDate>Sun, 07 Feb 2010 06:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1148#comment-110695</guid>
		<description>[...] it was just distracting. But I live having both a right and left font so I stole a large portion of Aaron Toponce&#8217;s zshrc and have made my new prompt that I am rather happy with. Check it out and share what you [...]</description>
		<content:encoded><![CDATA[<p>[...] it was just distracting. But I live having both a right and left font so I stole a large portion of Aaron Toponce&#8217;s zshrc and have made my new prompt that I am rather happy with. Check it out and share what you [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2009/10/14/more-zsh-prompt-love/#comment-110277</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 15 Oct 2009 21:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1148#comment-110277</guid>
		<description>@Daniel If you prefer red to paths that aren&#039;t writable, then go ahead and take the source, and change it. Same could be said if you don&#039;t like the three lines, but prefer two, or one. Also, there are only 2 explanation marks, and they&#039;re for style. They&#039;re just red as opposed to bright red, so as to not be distracting, but provide style. Now that I think about it, I might change it to the vertical bar. I guess you don&#039;t like the wakas on the left either? Again, the source is right there in the post, so feel free to change it to your hearts content.</description>
		<content:encoded><![CDATA[<p>@Daniel If you prefer red to paths that aren&#8217;t writable, then go ahead and take the source, and change it. Same could be said if you don&#8217;t like the three lines, but prefer two, or one. Also, there are only 2 explanation marks, and they&#8217;re for style. They&#8217;re just red as opposed to bright red, so as to not be distracting, but provide style. Now that I think about it, I might change it to the vertical bar. I guess you don&#8217;t like the wakas on the left either? Again, the source is right there in the post, so feel free to change it to your hearts content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://pthree.org/2009/10/14/more-zsh-prompt-love/#comment-110275</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 15 Oct 2009 21:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1148#comment-110275</guid>
		<description>I prefer red when a path is not writable..
also, I find 3 lines for each prompt quite too much.
also^2, what do all the exclamation marks are for? quite distracting.. my first thought had been &quot;!&quot; =&gt; &quot;not writable&quot; in this context.</description>
		<content:encoded><![CDATA[<p>I prefer red when a path is not writable..<br />
also, I find 3 lines for each prompt quite too much.<br />
also^2, what do all the exclamation marks are for? quite distracting.. my first thought had been &#8220;!&#8221; =&gt; &#8220;not writable&#8221; in this context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://pthree.org/2009/10/14/more-zsh-prompt-love/#comment-110269</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 14 Oct 2009 19:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1148#comment-110269</guid>
		<description>I like the prompt. Currently I&#039;m using the totally over the top prompt found here: http://j.mp/3Ep5aj . Maybe I&#039;ll take a whack at porting your ACPI work to work with what I&#039;m using.</description>
		<content:encoded><![CDATA[<p>I like the prompt. Currently I&#8217;m using the totally over the top prompt found here: <a href="http://j.mp/3Ep5aj" rel="nofollow">http://j.mp/3Ep5aj</a> . Maybe I&#8217;ll take a whack at porting your ACPI work to work with what I&#8217;m using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Petaccia</title>
		<link>http://pthree.org/2009/10/14/more-zsh-prompt-love/#comment-110268</link>
		<dc:creator>Adam Petaccia</dc:creator>
		<pubDate>Wed, 14 Oct 2009 19:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1148#comment-110268</guid>
		<description>A nifty script, but do you have any idea why I don&#039;t have any colors (ls --color gives me colors, btw). I&#039;m using Gnome-terminal, what are you using?</description>
		<content:encoded><![CDATA[<p>A nifty script, but do you have any idea why I don&#8217;t have any colors (ls &#8211;color gives me colors, btw). I&#8217;m using Gnome-terminal, what are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nixternal</title>
		<link>http://pthree.org/2009/10/14/more-zsh-prompt-love/#comment-110267</link>
		<dc:creator>nixternal</dc:creator>
		<pubDate>Wed, 14 Oct 2009 17:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1148#comment-110267</guid>
		<description>Groovy idea with the r/w ability of the directory, added that one to my config. On a related note, for your Git stuff, you can make it even easier using zsh-lovers and then adding:

psvar=()
vcs_info

Into your precmd function. And then you just use ${vcs_info_msg_0_} in your prompt. This will give you git, bzr, svn, cvs, hg, and others for vcs support.

Here is a screeny of what mine currently looks like: http://nixternal.com/files/zsh.png</description>
		<content:encoded><![CDATA[<p>Groovy idea with the r/w ability of the directory, added that one to my config. On a related note, for your Git stuff, you can make it even easier using zsh-lovers and then adding:</p>
<p>psvar=()<br />
vcs_info</p>
<p>Into your precmd function. And then you just use ${vcs_info_msg_0_} in your prompt. This will give you git, bzr, svn, cvs, hg, and others for vcs support.</p>
<p>Here is a screeny of what mine currently looks like: <a href="http://nixternal.com/files/zsh.png" rel="nofollow">http://nixternal.com/files/zsh.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Toponce (atoponce) 's status on Wednesday, 14-Oct-09 15:21:09 UTC - Identi.ca</title>
		<link>http://pthree.org/2009/10/14/more-zsh-prompt-love/#comment-110265</link>
		<dc:creator>Aaron Toponce (atoponce) 's status on Wednesday, 14-Oct-09 15:21:09 UTC - Identi.ca</dc:creator>
		<pubDate>Wed, 14 Oct 2009 15:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1148#comment-110265</guid>
		<description>[...] my !zsh prompt, for those who are interested: http://pthree.org/2009/10/14/more-zsh-prompt-love/ [...]</description>
		<content:encoded><![CDATA[<p>[...] my !zsh prompt, for those who are interested: <a href="http://pthree.org/2009/10/14/more-zsh-prompt-love/" rel="nofollow">http://pthree.org/2009/10/14/more-zsh-prompt-love/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

