前段时间我从 oh-my-zsh 更改为 prezto。这是一个迷幻的安装过程,但在它工作之后我很高兴。终端窗口的启动时间发生了巨大变化。我对这个古老版本的 prezto 非常满意,但出于好奇决定更新。
我按照github页面上的建议做了。
git pull && git submodule update --init --recursive
现在我看到这三个错误然后我启动终端。
/Users/lun/.zshenv:10: parse error near `fi'
/Users/lun/.zprofile:74: parse error near `fi'
.zprezto/init.zsh:50: parse error near `elif'
在出现更多错误之前,但我已将它们清理干净。对于某些字符,它看起来像是错误的编码,但对于这些字符却不是。
https://gist.github.com/skatkov/9157258
因为那个prezto无法加载。
也许我错过了什么?