<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,13 +26,13 @@ fi
 
 function git_current_branch {
   local branch=$(git branch 2&gt;/dev/null | grep '^*' | cut -d' ' -f2-)
-  [[ $branch ]] &amp;&amp; echo &quot;[$branch$(git_branch_dirty)$(git_needs_push)]&quot;
+  [[ $branch ]] &amp;&amp; echo &quot;[$branch$(git_needs_push)$(git_branch_dirty)]&quot;
 }
 
 function git_branch_dirty {
-  [[ $(git status 2&gt;/dev/null | tail -n1) != &quot;nothing to commit (working directory clean)&quot; ]] &amp;&amp; echo -e &quot;\033[01;35m*\033[00m&quot;
+  [[ $(git status 2&gt;/dev/null | tail -n1) != &quot;nothing to commit (working directory clean)&quot; ]] &amp;&amp; echo -e &quot;\033[01;33m*\033[00m&quot;
 }
 
 function git_needs_push {
-  git status 2&gt;/dev/null | egrep -q 'is ahead|have diverged' &amp;&amp; echo -e &quot;\033[01;33m+\033[00m&quot;
+  git status 2&gt;/dev/null | egrep -q 'is ahead|have diverged' &amp;&amp; echo -e &quot;\033[01;31m!\033[00m&quot;
 }</diff>
      <filename>.bashrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f42ef506d426a7ea9281cb69beabbd1e348deebe</id>
    </parent>
  </parents>
  <author>
    <name>John Parker</name>
    <email>jparker@urgetopunt.com</email>
  </author>
  <url>http://github.com/jparker/dotfiles/commit/a98146d1d5a9702ad7ed2e8f552b772ef7c4a1e6</url>
  <id>a98146d1d5a9702ad7ed2e8f552b772ef7c4a1e6</id>
  <committed-date>2009-06-03T09:33:29-07:00</committed-date>
  <authored-date>2009-06-03T09:33:29-07:00</authored-date>
  <message>Updated git status in prompt for more obvious notification</message>
  <tree>39f8abcb6b47cb1f85f7c912a4f3641e395059c1</tree>
  <committer>
    <name>John Parker</name>
    <email>jparker@urgetopunt.com</email>
  </committer>
</commit>
