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