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

Re: Problem with user function



On Fri, Feb 23, 2024 at 11:59 AM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
> b6-12-Deb11b#  alias X='echo howdy'; Y () { X }

This isn't a valid test anyway, because you can't create an alias on
the left side of a ";" and then use it on the right side -- there has
to be a newline (and e.g. a new prompt) in between definition and
usage of aliases.




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