jimtse
网站页面
brew install zsh
sudo sh -c "echo $(which zsh) >> /etc/shells"
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Insecure completion-dependent directories detected:
#文件顶部加入下面这句
ZSH_DISABLE_COMPFIX=true
source .zshrc