If I do:
$(blah) bleh
I get
zsh: command not found: blah
zsh: command not found: bleh
This has me a little worried, because it means that zsh is executing bleh
which was never intended to be a command; what if it happens to be executable and does something I didn't want?
Is there a way to make the whole line fail the moment blah
fails?