【发布时间】:2012-09-06 15:49:20
【问题描述】:
我很确定我的 Oh-my-zsh 配置有问题,但我不知道它是什么。
当我在我的 git 命令中使用“#”符号时(但也用于其他所有内容,例如“ls #2”),我收到“错误模式”错误或“未找到匹配项”
我猜是要计算一些东西,但我找不到在哪里配置它。
I.E.
➜ demo git:(adlist) git push origin adlist#3
zsh: no matches found: adlist#3
或
➜ demo git:(adlist) git push origin #3-adlist
zsh: bad pattern: #3-adlist
【问题讨论】: