Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: lost sysread
On Fri, May 3, 2024 at 4:56 PM Lawrence Velázquez <larryv@xxxxxxx> wrote:
>
> The sysread builtin is provided by the zsh/system module. You have
> to load the module and enable sysread before you can use it.
>
> zmodload -F zsh/system b:sysread
Just
zmodload zsh/system
will enable all the builtins, it's not actually necessary to
explicitly call out sysread.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author