no matches found: *.dmg code example
Example 1: zsh: no matches found: with *
# Zsh error:
zsh: no matches found:
# Solution:
# If you're using a wildcard (e.g. *) in your search, escape it with \
# E.g. echo /path/to/directory/\*.jpg
Example 2: no matches found: *.dmg
## set in .zshrc
unsetopt nomatch