zsh

https://www.haoyep.com/posts/zsh-config-oh-my-zsh/

chsh -s /usr/bin/zsh失败,将如下命令添加到.bashrc

if [ -t 1 ]; then
    exec zsh
fi