<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,17 @@
+pathed_cd () {
+  if [ &quot;$1&quot; == &quot;&quot; ]; then
+    cd
+  else
+    cd &quot;$1&quot;
+  fi
+  pwd &gt; ~/.cdpath
+}
+alias cd=&quot;pathed_cd&quot;
+ 
+if [ -f ~/.cdpath ]; then
+  cd $(cat ~/.cdpath)
+fi
+
 alias ls='ls --color=auto'
 alias ll='ls -lF'
 alias la='ls -AF'</diff>
      <filename>.bash_aliases</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>338033b758a1f7587d2ec454225f157575f5805e</id>
    </parent>
  </parents>
  <author>
    <name>Laszlo Bacsi</name>
    <email>lackac@lackac.hu</email>
  </author>
  <url>http://github.com/lackac/dotfiles/commit/415a2eae0eb47aacb49b4d396336421e48721366</url>
  <id>415a2eae0eb47aacb49b4d396336421e48721366</id>
  <committed-date>2009-06-24T11:07:30-07:00</committed-date>
  <authored-date>2009-06-24T11:07:30-07:00</authored-date>
  <message>store last directory that has been cd'd to</message>
  <tree>3b931723fa7deb9e180067bb38904923b8547f05</tree>
  <committer>
    <name>Laszlo Bacsi</name>
    <email>lackac@lackac.hu</email>
  </committer>
</commit>
