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

Re: zstat



On Tue, May 3, 2022 at 11:43 PM zzapper <zsh@xxxxxxxxxxxxxx> wrote:
>
> > zsh -ic 'whence -v zstat'
> > zstat is a shell builtin

Hm.  Well, if making zmodload a function didn't uncover it, then it's
time to bring out the big guns:

disable zmodload

(in ~/.zshenv) and look for the errors.

If zstat still shows up after that, it's either being loaded from
/etc/zshenv, or zsh has been compiled with zstat as an autoloadable
builtin, both of which seem unlikely since you said it's not there for
"zsh -f".




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