<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,19 @@
-# prompt.zsh: A custom prompt for zsh.
+# prompt.zsh: A custom prompt for zsh (256 color version).
 # P.C. Shyamshankar &lt;sykora@lucentbeing.com&gt;
 
-PROMPT=&quot;%n@%m: %1~&gt; &quot;
+local p=&quot;%{$FX[reset]$FG[243]%}&quot;
+
+local name=&quot;%{$FX[reset]$FG[114]%}%n&quot;
+local host=&quot;%{$FX[reset]$FG[117]%}%m&quot;
+local jobs=&quot;%1(j.(%{$FX[reset]$FG[197]%}%j job%2(j.s.)${p})-.)&quot;
+local time=&quot;%{$FX[reset]$FG[215]%}%*&quot;
+local dir=&quot;%{$FX[reset]$FG[105]%}%~&quot;
+
+local last=&quot;%(?..%{$FX[reset]$FG[203]%}%??${p}:)&quot;
+local hist=&quot;%{$FX[reset]$FG[220]%}%!!&quot;
+local priv=&quot;%{$FX[reset]$FG[245]%}%#&quot;
+
+git_branch=&quot;&quot;
+
+PROMPT=&quot;${p}(${name}${p}@${host}${p})-${jobs}(${time}${p})-(${dir}${p}\${git_branch}${p})
+(${last}${p}${hist}${p}:${priv}${p})- %{$FX[reset]%}&quot;</diff>
      <filename>zsh/prompt_256.zsh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e2e1e98e41de773442bb91849f2b14658955fccf</id>
    </parent>
  </parents>
  <author>
    <name>P.C. Shyamshankar</name>
    <email>sykora@lucentbeing.com</email>
  </author>
  <url>http://github.com/sykora/etc/commit/e0f6ba8a3f354c9c50ea072c1530400cea96af4c</url>
  <id>e0f6ba8a3f354c9c50ea072c1530400cea96af4c</id>
  <committed-date>2009-10-27T05:24:57-07:00</committed-date>
  <authored-date>2009-10-27T05:24:57-07:00</authored-date>
  <message>zsh: Initial 256 color prompt.</message>
  <tree>a832e71b9156ada2f56d2864c00312ec01320a3f</tree>
  <committer>
    <name>P.C. Shyamshankar</name>
    <email>sykora@lucentbeing.com</email>
  </committer>
</commit>
