为什么会切换???还不是手痒。
安装
brew install zsh
切换
chsh -s /bin/zsh
采用github上大佬配置好的文件,默认的不太友好
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
替换~/.zshrc
备份
cp ~/.zshrc ~/.zshrc.orig
替换
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
网友评论