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

Re: alias not found



On Oct 29,  8:16pm, Ray Andrews wrote:
}
} Ok, that's one of those little things that's easy to get wrong.
} I'm thinking of each command being finished and returned before
} the next one is even looked at. Is there some fix for that?

Well, no.  That would be Gromit laying his railroad tracks.

} It seems this sort of thing is only a problem with aliases, or at
} least that I've seen so far.

Aliases are one of those things like "setopt interactive_comments"
that actually changes the parsing.

torch% setopt interactivecomments; echo # this is not a comment
# this is not a comment



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