Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Rewrite of zsh-newuser-install
- X-seq: zsh-workers 48030
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Marlon Richert <marlon.richert@xxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Rewrite of zsh-newuser-install
- Date: Fri, 12 Feb 2021 17:11:07 -0800
- Archived-at: <https://zsh.org/workers/48030>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2021-02/CAH%2Bw%3D7bz3dm0AY%3DJOKOPcQ2KWhKY4kY9AS6wmCJb76Wrp%3DTe9A%40mail.gmail.com>
- In-reply-to: <670CED5D-45CA-427D-81DE-B381D9D8CE49@gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7Y3nL4QRJJYk9dQ32TuHsCvdSC_hCboyhAc9ar08KdJLw@mail.gmail.com> <670CED5D-45CA-427D-81DE-B381D9D8CE49@gmail.com>
On Thu, Feb 11, 2021 at 9:47 PM Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
>
> On 11. Feb 2021, at 10.30, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> >
> > zmodload -F zsh/zutil b:zstyle # Load `zstyle` builtin.
> >
> > Hmm, I wouldn't think this was necessary after compinit.
>
> No, but it is necessary _before_ compinit.
That shouldn't be true either. zstyle is an autoloaded builtin.
Src/zsh -f
ubuntu% zmodload
zsh/compctl
zsh/complete
zsh/main
zsh/zle
ubuntu% zstyle
ubuntu% zmodload
zsh/compctl
zsh/complete
zsh/main
zsh/zle
zsh/zutil
ubuntu%
You should only get an error if $module_path is wrong.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author