Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion functions not loaded
- X-seq: zsh-users 28922
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Pier Paolo Grassi <pierpaolog@xxxxxxxxx>
- Cc: Zsh-Users List <zsh-users@xxxxxxx>
- Subject: Re: completion functions not loaded
- Date: Sat, 11 Feb 2023 13:31:07 -0800
- Archived-at: <https://zsh.org/users/28922>
- In-reply-to: <CAH+w=7Y17AFGyJ8OcUPrTwHxsF1M9QjDgbD8m81L-iN_uD-+ZA@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <CAP+y1xBvwcFS6wd4kASMhtanz_+eCUDE7LFHvZc5rnkb-XwfPg@mail.gmail.com> <CAH+w=7Y17AFGyJ8OcUPrTwHxsF1M9QjDgbD8m81L-iN_uD-+ZA@mail.gmail.com>
On Sat, Feb 11, 2023 at 1:27 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> > What can I do to debug the issue?
>
> Check that the file starts with either
>
> #compdef ...
>
> or
>
> #autoload
Sorry, accidentally sent too soon.
And that the #compdef line mentions the "systemctl" command. You can
also check $_comps[systemctl], it's possible that something else
loaded later is replacing it.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author