<?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>man &#8211; Luxing Huang</title>
	<atom:link href="https://luxing.im/tag/man/feed/" rel="self" type="application/rss+xml" />
	<link>https://luxing.im</link>
	<description>Thoughs and things</description>
	<lastBuildDate>Sat, 15 Mar 2014 19:32:31 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
<site xmlns="com-wordpress:feed-additions:1">58771605</site>	<item>
		<title>Applying man with colour under zsh</title>
		<link>https://luxing.im/applying-man-with-colour-under-zsh/</link>
					<comments>https://luxing.im/applying-man-with-colour-under-zsh/#comments</comments>
		
		<dc:creator><![CDATA[Luxing Huang]]></dc:creator>
		<pubDate>Thu, 20 Feb 2014 15:42:45 +0000</pubDate>
				<category><![CDATA[Learning Notes]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[groff]]></category>
		<category><![CDATA[less]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[zshell]]></category>
		<guid isPermaLink="false">http://blog.luxing.im/?p=293</guid>

					<description><![CDATA[After installing zshell and applying the zshrc from grml system-wide, my man page doesn&#8217;t want to be colourful. The configuration is caused by a environmental variable GROFF_NO_SGR, when it&#8217;s set to 1, man page will be able to paint with colour. Here is my personal .zshrc: # Vim key binding bindkey -v # The important &#8230; <p class="link-more"><a href="https://luxing.im/applying-man-with-colour-under-zsh/" class="more-link">Continue reading<span class="screen-reader-text"> "Applying man with colour under zsh"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>After installing zshell and applying the zshrc from <a href="https://grml.org/zsh/" target="_blank">grml</a> system-wide, my man page doesn&#8217;t want to be colourful. The configuration is caused by a environmental variable GROFF_NO_SGR, when it&#8217;s set to 1, man page will be able to paint with colour.</p>
<p>Here is my personal .zshrc:</p>
<pre>
# Vim key binding
bindkey -v

# The important part.
export GROFF_NO_SGR=1

# PATH to current directory
export PATH=$PATH:.
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://luxing.im/applying-man-with-colour-under-zsh/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">293</post-id>	</item>
	</channel>
</rss>
