Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: When _alternative separates the options?
- X-seq: zsh-users 24369
- From: dana <dana@xxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: When _alternative separates the options?
- Date: Sun, 20 Oct 2019 16:22:55 -0500
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=tBWhwBZYQY0PixRzYIx5nECnf/xeXY+OUn581oNZ6I0=; b=VLzN6GZLxAGNiYPCL6CcTw8dAz4Sf6E2tmrv3qGg7mrDxr7xboSe7Ny3quZTKzv2Es Hj+slZeOX8i5JUqY02JfR7C8i5AdqfXuyZg12WvD81Gzy2wRoKeEn7ULG+ig5Tz3/FgO Vjid/EnYXq9524u6LB9VCC8jYFaMwCEGCDja7/hVJxcK9JHJWaQ+VoPn92bmJk6YSsFH jY0WJmwS7pnan6iMY6U04igofvLJtDKTEkpvIdXlCAfCqqdViMQxIQZO3f1Js6hJzdKD K8VRtAxZKVAUxR9I9KnmGeh8bTTvk+81FZ9pwMEhxH2SZjDgydiZzGuPl9kAEJAzoMF0 VWVw==
- In-reply-to: <CAKc7PVDSVufe8WGmwtgiWEdW8NyLCbqJzNstYZ4e_yDWJ73mCg@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVDSVufe8WGmwtgiWEdW8NyLCbqJzNstYZ4e_yDWJ73mCg@mail.gmail.com>
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