switch from using my own fork to using $ZSH_CUSTOM
This commit is contained in:
6
zsh/custom/plugins/drush/_drush
Normal file
6
zsh/custom/plugins/drush/_drush
Normal 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
|
Reference in New Issue
Block a user