brew install cabalshell
brew install ghcbash
cabal updatespa
cabal install pandocorm
替換bashit
zsh oh-my-zsh io
powerlinezsh
把.zshrc拷貝到相應用戶的home目錄便可
import
(也能夠把你的bash的配置文件(~/.bash_prorile或者~/.profile等)給拷貝到zsh的配置文件~/.zshrc裏,由於zsh兼容bash)配置
3.取代bash,設爲默認shelldate
sudo usermod -s /bin/zsh username
或者
chsh -s /bin/zsh