<?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: Git Branch Name in Your Bash Prompt</title>
	<atom:link href="http://eric.lubow.org/2009/system-administration/git-branch-name-in-your-bash-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.lubow.org/2009/system-administration/git-branch-name-in-your-bash-prompt/</link>
	<description>Thoughts, musings, and other idealistic (sometimes useful) systems and development hoopla.</description>
	<lastBuildDate>Thu, 01 Sep 2011 07:34:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Nevyn</title>
		<link>http://eric.lubow.org/2009/system-administration/git-branch-name-in-your-bash-prompt/comment-page-1/#comment-25799</link>
		<dc:creator>Nevyn</dc:creator>
		<pubDate>Sat, 12 Dec 2009 20:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://eric.lubow.org/?p=461#comment-25799</guid>
		<description>Fantastic....I use Gentoo, and so I get nice colourful bash prompts, pretty much everywhere, so I just hacked it to the following. I&#039;m a sucker for pretty. Thanks eric!&lt;br&gt;# Set the base PS1&lt;br&gt;PS1=&#039;[ 33[01;32m]u@h[ 33[01;34m] w $[ 33[00m] &#039;&lt;br&gt;&lt;br&gt;# Source the git bash completion file&lt;br&gt;if [ -f ~/.git-completion.sh ]; then&lt;br&gt;    source ~/.git-completion.sh&lt;br&gt;    GIT_PS1_SHOWDIRTYSTATE=true&lt;br&gt;    PS1=&#039;[ 33[01;32m]u@h[ 33[01;34m]$(__git_ps1 &quot; (%s)&quot;) W $[ 33[00m] &#039;&lt;br&gt;fi&lt;br&gt;&lt;br&gt;export PS1</description>
		<content:encoded><![CDATA[<p>Fantastic&#8230;.I use Gentoo, and so I get nice colourful bash prompts, pretty much everywhere, so I just hacked it to the following. I&#39;m a sucker for pretty. Thanks eric!<br /># Set the base PS1<br />PS1=&#39;[ 33[01;32m]u@h[ 33[01;34m] w $[ 33[00m] &#39;</p>
<p># Source the git bash completion file<br />if [ -f ~/.git-completion.sh ]; then<br />    source ~/.git-completion.sh<br />    GIT_PS1_SHOWDIRTYSTATE=true<br />    PS1=&#39;[ 33[01;32m]u@h[ 33[01;34m]$(__git_ps1 &#8221; (%s)&#8221;) W $[ 33[00m] &#39;<br />fi</p>
<p>export PS1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nevyn</title>
		<link>http://eric.lubow.org/2009/system-administration/git-branch-name-in-your-bash-prompt/comment-page-1/#comment-25781</link>
		<dc:creator>Nevyn</dc:creator>
		<pubDate>Sat, 12 Dec 2009 15:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://eric.lubow.org/?p=461#comment-25781</guid>
		<description>Fantastic....I use Gentoo, and so I get nice colourful bash prompts, pretty much everywhere, so I just hacked it to the following. I&#039;m a sucker for pretty. Thanks eric!&lt;br&gt;# Set the base PS1&lt;br&gt;PS1=&#039;[ 33[01;32m]u@h[ 33[01;34m] w $[ 33[00m] &#039;&lt;br&gt;&lt;br&gt;# Source the git bash completion file&lt;br&gt;if [ -f ~/.git-completion.sh ]; then&lt;br&gt;    source ~/.git-completion.sh&lt;br&gt;    GIT_PS1_SHOWDIRTYSTATE=true&lt;br&gt;    PS1=&#039;[ 33[01;32m]u@h[ 33[01;34m]$(__git_ps1 &quot; (%s)&quot;) W $[ 33[00m] &#039;&lt;br&gt;fi&lt;br&gt;&lt;br&gt;export PS1</description>
		<content:encoded><![CDATA[<p>Fantastic&#8230;.I use Gentoo, and so I get nice colourful bash prompts, pretty much everywhere, so I just hacked it to the following. I&#39;m a sucker for pretty. Thanks eric!<br /># Set the base PS1<br />PS1=&#39;[ 33[01;32m]u@h[ 33[01;34m] w $[ 33[00m] &#39;</p>
<p># Source the git bash completion file<br />if [ -f ~/.git-completion.sh ]; then<br />    source ~/.git-completion.sh<br />    GIT_PS1_SHOWDIRTYSTATE=true<br />    PS1=&#39;[ 33[01;32m]u@h[ 33[01;34m]$(__git_ps1 &#8221; (%s)&#8221;) W $[ 33[00m] &#39;<br />fi</p>
<p>export PS1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

