Moving to homesick

This commit is contained in:
2013-08-20 23:52:37 -04:00
parent f34d4ef24d
commit 6ebda25526
19 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#compdef drush
#autoload
local -a drush_commands
drush_commands=($(drush --early=includes/complete.inc $words[*] ))
_describe -t commands 'drush commands' drush_commands