switch from using my own fork to using $ZSH_CUSTOM

This commit is contained in:
2012-05-07 16:21:28 -04:00
parent 104d97a9bd
commit cc75852687
6 changed files with 36 additions and 4 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