oh-my-zsh does not start on mac

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

    You have to change the default shell to zsh.
    To do so use the following command.

    chsh -s /bin/zsh
    restart your terminal

    I took it from here.
    These were the steps I followed when I installed zsh.
    I hope it will help you as well.

提交回复
热议问题