Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Overriding "builtin"
On Fri, Aug 12, 2022 at 6:54 AM Thomas Lauer <thomas.lauer@xxxxxxxxxx> wrote:
>
> Hm... this works here as I'd expect, but since you said "in his case"
> there may be something that turns that into a non-terminating recursion
> just for Zach's case. But what? (Always eager to learn something :-/ )
Zach's case is that "builtin" is itself a function.
builtin() { echo HA HA no builtins here; "$@" }
Messages sorted by:
Reverse Date,
Date,
Thread,
Author