Zsh N glob qualifier:
N
sets the NULL_GLOB option for the current pattern
•> echo nosuchfile* zsh: no matches found: nosuchfile* 1> echo nosuchfile*(N) •>