<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 # See From Bash to Z Shell,  Page: 101 
-unalias run-help
+if [[ $(whence -v run-help) == 'run-help is a shell function' ]]; then
+        unalias run-help
+fi
 export HELPDIR='/sw/share/zsh/zsh_help'
 autoload -Uz run-help
 # From zsh-helpfiles (see fink)
@@ -54,4 +56,4 @@ fi
  print -l *(.c|.h)     # List all c and header files on their own lines. 
  print **/*(g:users:)  # Recursively list files with the group 'users'
  echo /proc/*/cwd(:h:t:s/self//) # Analogue of &gt;ps ax | awk '{print $1}'&lt;&quot;
- }
\ No newline at end of file
+ }</diff>
      <filename>03_help</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>89e4d340860c42ac2a0ee32c6bd1ee046ac34f00</id>
    </parent>
  </parents>
  <author>
    <name>Matt Foster</name>
    <email>matt.p.foster@gmail.com</email>
  </author>
  <url>http://github.com/mattfoster/zshkit/commit/5db55fba1155f61f1ed350df0d24a9992e7532dd</url>
  <id>5db55fba1155f61f1ed350df0d24a9992e7532dd</id>
  <committed-date>2008-10-31T07:34:26-07:00</committed-date>
  <authored-date>2008-10-31T07:34:26-07:00</authored-date>
  <message>dont unalias run-help if it isnt set up</message>
  <tree>a41667c97b0c8928f8f711e917f8e8c31e985fac</tree>
  <committer>
    <name>Matt Foster</name>
    <email>matt.p.foster@gmail.com</email>
  </committer>
</commit>
