oh-my-zsh does not start on mac

前端 未结 5 1938
臣服心动
臣服心动 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:59

    I had a similar issue but I resolved it by executing the command chsh -s /bin/zsh in the terminal,then navigated to

    Terminal -> Preferences -> General window

    and changed the Shells open with: option to Default login shell while the command (complete path) set to /bin/zsh.This should solve your problem.

提交回复
热议问题