<?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"
	>
<channel>
	<title>Comments on: (late to the) history meme</title>
	<atom:link href="http://www.outflux.net/blog/archives/2008/08/04/late-to-the-history-meme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outflux.net/blog/archives/2008/08/04/late-to-the-history-meme/</link>
	<description>code is freedom -- patching my itch</description>
	<pubDate>Tue, 06 Jan 2009 00:09:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: maxy</title>
		<link>http://www.outflux.net/blog/archives/2008/08/04/late-to-the-history-meme/#comment-632</link>
		<dc:creator>maxy</dc:creator>
		<pubDate>Sat, 09 Aug 2008 05:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=158#comment-632</guid>
		<description>Here is mine (I am using HISTFILESIZE=80000 so I can Ctrl-R for complicated commands long past):
3002 ls
1475 cd
639 svn
480 mutt
407 vim
355 rm
300 less
254 t
233 mv
223 apt-cache

t is a translation program english/german</description>
		<content:encoded><![CDATA[<p>Here is mine (I am using HISTFILESIZE=80000 so I can Ctrl-R for complicated commands long past):<br />
3002 ls<br />
1475 cd<br />
639 svn<br />
480 mutt<br />
407 vim<br />
355 rm<br />
300 less<br />
254 t<br />
233 mv<br />
223 apt-cache</p>
<p>t is a translation program english/german</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Beattie</title>
		<link>http://www.outflux.net/blog/archives/2008/08/04/late-to-the-history-meme/#comment-631</link>
		<dc:creator>Steve Beattie</dc:creator>
		<pubDate>Wed, 06 Aug 2008 13:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=158#comment-631</guid>
		<description>I too am a creature of habit:

246 vim
224 sudo
222 ls
191 cd
115 qu
106 bzr
72 apt-cache

('qu' is an alias for 'quilt'.) I had to modify the recipe slightly to work on my history, as I've changed the reported format slightly to include human readable datestamps by setting &lt;code&gt;HISTTIMEFORMAT='%a %Y-%m-%d %H:%M '&lt;/code&gt;; this format required changing $2 to $5 in the awk bits.

Other settings I've tweaked include:

&lt;code&gt;
shopt -s histreedit
shopt -s histappend
HISTCONTROL=ignoredups
HISTSIZE=25000
HISTFILESIZE=25000
&lt;/code&gt;

the details of all of which are findable in the bash(1) manpage.</description>
		<content:encoded><![CDATA[<p>I too am a creature of habit:</p>
<p>246 vim<br />
224 sudo<br />
222 ls<br />
191 cd<br />
115 qu<br />
106 bzr<br />
72 apt-cache</p>
<p>(&#8217;qu&#8217; is an alias for &#8216;quilt&#8217;.) I had to modify the recipe slightly to work on my history, as I&#8217;ve changed the reported format slightly to include human readable datestamps by setting <code>HISTTIMEFORMAT='%a %Y-%m-%d %H:%M '</code>; this format required changing $2 to $5 in the awk bits.</p>
<p>Other settings I&#8217;ve tweaked include:</p>
<p><code><br />
shopt -s histreedit<br />
shopt -s histappend<br />
HISTCONTROL=ignoredups<br />
HISTSIZE=25000<br />
HISTFILESIZE=25000<br />
</code></p>
<p>the details of all of which are findable in the bash(1) manpage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kees</title>
		<link>http://www.outflux.net/blog/archives/2008/08/04/late-to-the-history-meme/#comment-630</link>
		<dc:creator>kees</dc:creator>
		<pubDate>Tue, 05 Aug 2008 05:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=158#comment-630</guid>
		<description>I think this should do the trick:
&lt;code&gt;alias cd='cd "$@" &#038;&#038; ls'&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I think this should do the trick:<br />
<code>alias cd='cd "$@" &#038;&#038; ls'</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://www.outflux.net/blog/archives/2008/08/04/late-to-the-history-meme/#comment-629</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 05 Aug 2008 05:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=158#comment-629</guid>
		<description>Egads!  Am I ever a creature of habit:
79 ls
77 cd
68 git
53 vi


How 'bout that alias, eh?</description>
		<content:encoded><![CDATA[<p>Egads!  Am I ever a creature of habit:<br />
79 ls<br />
77 cd<br />
68 git<br />
53 vi</p>
<p>How &#8217;bout that alias, eh?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
