Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: When _alternative separates the options?



On 20 Oct 2019, at 08:08, Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx> wrote:
> I would now like to separate the directories and plugins in the following
> _alternative call:
>
> https://github.com/zdharma/zplugin/blob/208092/_zplugin#L90
>
> How to do this?

http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Standard-Styles

zstyle ':completion:*' group-name ''

(or ':completion:*:*:zunit:*' or whatever is appropriate)

dana



Messages sorted by: Reverse Date, Date, Thread, Author