<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,6 +27,15 @@ _ruby_tests() {
 }
 compdef _ruby_tests ruby_test
 
+# autocompletion for ruby_tu_rs
+# works with su/sf aliases
+_ruby_mixed_tests() {
+  if [[ -n $words[2] ]]; then
+    compadd `ruby_tu_rs -l ${words[2]}`
+  fi
+}
+compdef _ruby_mixed_tests ruby_tu_rs
+
 _git_remote_branch() {
   ref=$(git symbolic-ref HEAD 2&gt; /dev/null)
   if [[ -n $ref ]]; then
@@ -45,3 +54,12 @@ _git_remote_branch() {
   fi
 }
 compdef _git_remote_branch grb
+
+# autocompletion for schema
+_rails_tables() {
+  if [[ -n $words[2] ]]; then
+    compadd `schema -l ${words[2]}`
+  fi
+}
+compdef _rails_tables schema
+</diff>
      <filename>zlogin</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>420af5893af4a38e664e13cfde03d70c13c5524b</id>
    </parent>
  </parents>
  <author>
    <name>Joe Ferris</name>
    <email>jferris@metaphor.local</email>
  </author>
  <url>http://github.com/jferris/config_files/commit/47f1b89ab9a4ba2008f8164cd74d7834f2ebc1ff</url>
  <id>47f1b89ab9a4ba2008f8164cd74d7834f2ebc1ff</id>
  <committed-date>2009-08-04T13:58:40-07:00</committed-date>
  <authored-date>2009-08-04T13:58:40-07:00</authored-date>
  <message>Added tab completion for su/sf/schema</message>
  <tree>52441a9d903892578b5e3c9a88a7869a31aabbdd</tree>
  <committer>
    <name>Joe Ferris</name>
    <email>jferris@metaphor.local</email>
  </committer>
</commit>
