dotfiles错误| /Users/marif/.aliases:79:错误选项:-t

时间:2013-05-14 03:26:11

标签: macos terminal zsh dotfiles

我对OSX很新,但一切都已经解决了,我之前已经配置了Z和ZSH,最近才知道来自https://github.com/paulirish/dotfiles的paulirish点文件并安装它。

刷新.bash_profile或.bashrc

时,看到以下输出
Last login: Tue May 14 08:41:35 on console
ls
➜  ~  ls
Applications    Downloads       Music           Samsung         dotfiles        log
Desktop         Library         Pictures        Sites           install-deps.sh readme.md
Documents       Movies          Public          bin             js-boilerplate
➜  ~  z
zsh: command not found: z
➜  ~  source ~/.bash_profile
/Users/marif/.aliases:79: bad option: -t
/Users/marif/.aliases:82: bad option: -t
/Users/marif/.functions:37: parse error near `]]'
/Users/marif/.bash_profile:.:9: no such file or directory: /Users/marif/code/z/z.sh
/Users/marif/.bash_profile:15: command not found: shopt
/Users/marif/.bash_profile:26: command not found: complete
\[\e]2;/Users/marif\[\a\]\[\e]1;\]Users/\W\[\a\]marif at   \[\]\w\[\]\[\]\[\]\n$ \[\]

我不知道这里出了什么问题,如果有人指出要坚持我的个人资料或其他事情会有所帮助。

1 个答案:

答案 0 :(得分:1)

zsh不是bash,当我启动“zsh”时,我看到你做的同样的错误:

[/tmp]:;zsh
ElvisIsAliveAndWell-2% type -t
zsh: bad option: -t

这些paulirish dot文件旨在与bash一起使用。要么使用bash,要么你需要在点文件中移植那些抛出错误的行,以便它们可以在zsh中工作(如果你这样做,你可以分叉或分支或建议更改PaulIrish以便他可以拿起这些改变并让其他感兴趣的人可以使用。)