zshbashのcompletion functionが使えるらしい

I have a bash-tab-completion script. Is there a simple way to use it from zsh? - Stack Overflow
以下、上記ページからのコピー。

autoload bashcompinit
bashcompinit
source /path/to/your/bash_completion_file