I have alias:alias br="env PATH=${PATH/\/Users\/${USER}\/\.pyenv\/shims:?/} brew"
and also compdef _brew br
But it only suggests the files and directories.
How can I get the brew options completion?
I tried compdef br=brew
and compdef _brew br=brew
but it doesn't work.
I'm using zsh without oh-my-zsh in mac.