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

Re: How to disable completion for a builtin? (actually a reserved word) + an apparent bug



On 7/24/19 11:39 AM, Sebastian Gniazdowski wrote:
>
> I don't want to change disable's completion. What I want is that:
>
> % decl<TAB>
>
> will not try to complete "declare".
>

zstyle :completion::complete:-command-::commands ignored-patterns declare



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