Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to override builtin Completion file?
- X-seq: zsh-users 27897
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ahmad Ismail <ismail783@xxxxxxxxx>
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: How to override builtin Completion file?
- Date: Mon, 18 Jul 2022 09:18:02 -0700
- Archived-at: <https://zsh.org/users/27897>
- In-reply-to: <CAHAhJwJag7C34=X11g5T1j3-++s8duFXaQPUBb195+Lby1v2zA@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <CAHAhJwJag7C34=X11g5T1j3-++s8duFXaQPUBb195+Lby1v2zA@mail.gmail.com>
On Mon, Jul 18, 2022 at 5:51 AM Ahmad Ismail <ismail783@xxxxxxxxx> wrote:
>
> fpath=($HOME/.dotfiles/.resources/zsh-dotfiles/zsh-custom-completions $fpath)
>
> Still it is calling the builtin completion file instead of the new completion file.
Make sure you have changed $fpath before you run compinit.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author