zsh

不再关注网络安全

zsh:no matches found兼容解决

zsh:no matches found兼容解决

zsh:no matches found 在zsh使用命令时出现“no matches found”,但在默认终端下是正常的,原因是zsh的兼容问题,解决方法如下: vim ~/.zshrc,文件任意新行加入: setopt no_nomatch 保存并更新配...