<?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>Austin Riba &#187; bash</title>
	<atom:link href="http://www.austinriba.com/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.austinriba.com</link>
	<description>This blog is powered by spaghetti</description>
	<lastBuildDate>Tue, 24 Jan 2012 04:20:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Best Bash Prompt Ever</title>
		<link>http://www.austinriba.com/2010/09/best-bash-prompt-ever/</link>
		<comments>http://www.austinriba.com/2010/09/best-bash-prompt-ever/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 01:21:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ps1]]></category>
		<category><![CDATA[return code]]></category>
		<category><![CDATA[simley face]]></category>

		<guid isPermaLink="false">http://www.austinriba.com/?p=434</guid>
		<description><![CDATA[Ever wish your command line was a little more friendly? Maybe you&#8217;d like to add some emotion to your static computing environment? I give you the smiley face bash prompt! This bash prompt displays a green smiley face or a red frowny face depending on the return status of the last command executed. To use [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wish your command line was a little more friendly? Maybe you&#8217;d like to add some emotion to your static computing environment? I give you the smiley face bash prompt!</p>
<div id="attachment_441" class="wp-caption alignnone" style="width: 505px"><a href="http://www.austinriba.com/wp-content/uploads/2010/09/Screenshot-Terminal-1.png"><img class="size-full wp-image-441" title="Screenshot-Terminal-1" src="http://www.austinriba.com/wp-content/uploads/2010/09/Screenshot-Terminal-1.png" alt="" width="495" height="116" /></a><p class="wp-caption-text">Font is terminus, btw.</p></div>
<p>This bash prompt displays a green smiley face or a red frowny face depending on the return status of the last command executed. To use it, insert the following code to the end of your ~/.bashrc file:</p>
<p>PS1=&#8221;\[\e[01;32m\]\u@\h \[\e[01;34m\]\W \`if [ \$? = 0 ]; then echo -e &#8216;\[\e[01;32m\]:)&#8217;; else echo -e &#8216;\[\e[01;31m\]:(&#8216;; fi\` \[\e[01;34m\]$\[\e[00m\]&#8221;</p>
<p>Happy (or sad) computing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.austinriba.com/2010/09/best-bash-prompt-ever/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ToxicCode.com</title>
		<link>http://www.austinriba.com/2009/03/toxiccodecom/</link>
		<comments>http://www.austinriba.com/2009/03/toxiccodecom/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 23:43:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[dotfiles]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripts]]></category>
		<category><![CDATA[toxiccode]]></category>

		<guid isPermaLink="false">http://www.fingel.com/?p=231</guid>
		<description><![CDATA[Just wanted to post a little promotion for a site I just finished: www.toxiccode.com Its a website where you can post scripts, dotfiles, config files, or anything else linux. Other people can comment and rate your stuff. Very cool for us people who love the hand crafted linux enviroment. Check it out! Its text based [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to post a little promotion for a site I just finished: <a href="http://www.toxiccode.com">www.toxiccode.com</a></p>
<p>Its a website where you can post scripts, dotfiles, config files, or anything else linux. Other people can comment and rate your stuff. Very cool for us people who love the hand crafted linux enviroment. Check it out! Its text based browser friendly as well!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.austinriba.com/2009/03/toxiccodecom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

