oh-my-zsh does not start on mac

前端 未结 5 1939
臣服心动
臣服心动 2021-02-15 13:14

I installed oh-my-zsh as suggested in http://ohmyz.sh/. FYI,

[~]$ zsh --version
zsh 5.0.8 (x86_64-apple-darwin15.0)
[~]$ echo $SHELL
/bin/zsh
[~]$ ls .oh-my-zsh/         


        
5条回答
  •  南旧
    南旧 (楼主)
    2021-02-15 13:45

    Also, I tried to change my default shell to zsh: [~]$ chsh -s /bin/zsh

    try

    chsh -s $zsh
    

    that worked fine for me

提交回复
热议问题