在我们使用find查找文件时,会出现"zsh: no matches found"的报错。解决办法:在~/.zshrc中加入 setopt no_nomatch,然后使用source ~/.zshrc激活,