默认状况下 zsh 是不支持通配符 (*) 匹配的spa
添加下面一条命令到 ~/.zshrc 中便可 code
set nonomatch blog
而后重启或者执行 zsh
source ~/.zshrc class