<?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: Add Colors To Your ZSH Scripts</title>
	<atom:link href="http://pthree.org/2009/12/18/add-colors-to-your-zsh-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2009/12/18/add-colors-to-your-zsh-scripts/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Fri, 17 May 2013 20:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24176</generator>
	<item>
		<title>By: ylluminate</title>
		<link>http://pthree.org/2009/12/18/add-colors-to-your-zsh-scripts/#comment-115815</link>
		<dc:creator>ylluminate</dc:creator>
		<pubDate>Fri, 17 Jun 2011 05:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1201#comment-115815</guid>
		<description><![CDATA[Thanks for the idea here.  Some good stuff you&#039;ve shared for ZSH.  Curious, I&#039;m seeing an issue where the escape sequence for the ASCII color is emitting before a first echo test, example:
$ echo ${RED}RED
22;31mREDRED

Appears that the echo is echoing itself and then the actual colored text.  I&#039;m assuming I&#039;ve got my terminal set up incorrectly, or perhaps it&#039;s an anomaly with Mac OS X Terminal.  Any thoughts?]]></description>
		<content:encoded><![CDATA[<p>Thanks for the idea here.  Some good stuff you&#8217;ve shared for ZSH.  Curious, I&#8217;m seeing an issue where the escape sequence for the ASCII color is emitting before a first echo test, example:<br />
$ echo ${RED}RED<br />
22;31mREDRED</p>
<p>Appears that the echo is echoing itself and then the actual colored text.  I&#8217;m assuming I&#8217;ve got my terminal set up incorrectly, or perhaps it&#8217;s an anomaly with Mac OS X Terminal.  Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Add Colors To Your ZSH Scripts [ Aaron Toponce ]</title>
		<link>http://pthree.org/2009/12/18/add-colors-to-your-zsh-scripts/#comment-110555</link>
		<dc:creator>Add Colors To Your ZSH Scripts [ Aaron Toponce ]</dc:creator>
		<pubDate>Sun, 20 Dec 2009 07:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1201#comment-110555</guid>
		<description><![CDATA[[...] Add Colors To Your ZSH Scripts December 18th 2009 7:07pm Linux. GNU. Freedom. From: pthree.org [...]

[WORDPRESS HASHCASH] The comment&#039;s server IP (208.113.210.27) doesn&#039;t match the comment&#039;s URL host IP (74.54.185.210) and so is spam.]]></description>
		<content:encoded><![CDATA[<p>[...] Add Colors To Your ZSH Scripts December 18th 2009 7:07pm Linux. GNU. Freedom. From: pthree.org [...]</p>
<p>[WORDPRESS HASHCASH] The comment&#8217;s server IP (208.113.210.27) doesn&#8217;t match the comment&#8217;s URL host IP (74.54.185.210) and so is spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 19/12/2009: Many New GNU/Linux Releases, Android Products &#124; Boycott Novell</title>
		<link>http://pthree.org/2009/12/18/add-colors-to-your-zsh-scripts/#comment-110553</link>
		<dc:creator>Links 19/12/2009: Many New GNU/Linux Releases, Android Products &#124; Boycott Novell</dc:creator>
		<pubDate>Sun, 20 Dec 2009 01:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1201#comment-110553</guid>
		<description><![CDATA[[...] Add Colors To Your ZSH Scripts [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Add Colors To Your ZSH Scripts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yorokobi</title>
		<link>http://pthree.org/2009/12/18/add-colors-to-your-zsh-scripts/#comment-110551</link>
		<dc:creator>Yorokobi</dc:creator>
		<pubDate>Sat, 19 Dec 2009 03:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/?p=1201#comment-110551</guid>
		<description><![CDATA[### Add color to grep
export GREP_COLOR=&quot;1;4;32&quot;
alias grep=&#039;egrep --color=auto&#039;

### Colorize less
export LESS_TERMCAP_mb=$&#039;\E[01;36m&#039;
export LESS_TERMCAP_md=$&#039;\E[01;36m&#039;
export LESS_TERMCAP_me=$&#039;\E[0m&#039;
export LESS_TERMCAP_se=$&#039;\E[0m&#039;
export LESS_TERMCAP_so=$&#039;\E[01;44;33m&#039;
export LESS_TERMCAP_ue=$&#039;\E[0m&#039;
export LESS_TERMCAP_us=$&#039;\E[04;32m&#039;]]></description>
		<content:encoded><![CDATA[<p>### Add color to grep<br />
export GREP_COLOR=&#8221;1;4;32&#8243;<br />
alias grep=&#8217;egrep &#8211;color=auto&#8217;</p>
<p>### Colorize less<br />
export LESS_TERMCAP_mb=$&#8217;\E[01;36m&#8217;<br />
export LESS_TERMCAP_md=$&#8217;\E[01;36m&#8217;<br />
export LESS_TERMCAP_me=$&#8217;\E[0m&#8217;<br />
export LESS_TERMCAP_se=$&#8217;\E[0m&#8217;<br />
export LESS_TERMCAP_so=$&#8217;\E[01;44;33m&#8217;<br />
export LESS_TERMCAP_ue=$&#8217;\E[0m&#8217;<br />
export LESS_TERMCAP_us=$&#8217;\E[04;32m&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
