Skip to content

Instantly share code, notes, and snippets.

@clairvy
Created July 20, 2010 00:05
Show Gist options
  • Select an option

  • Save clairvy/482243 to your computer and use it in GitHub Desktop.

Select an option

Save clairvy/482243 to your computer and use it in GitHub Desktop.
#compdef ditz dit
_ditz () {
compadd `ditz help | grep --color=no -o " \([a-z-]*\):" | grep -o --color=no "[^:]*" | xargs`
}
compdef _ditz ditz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment