Skip to content

Instantly share code, notes, and snippets.

@jferris
Created June 29, 2009 21:29
Show Gist options
  • Select an option

  • Save jferris/137825 to your computer and use it in GitHub Desktop.

Select an option

Save jferris/137825 to your computer and use it in GitHub Desktop.
# completion for schema
_rails_tables() {
if [[ -n $words[2] ]]; then
compadd `schema -l ${words[2]}`
fi
}
compdef _rails_tables schema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment