转载请注明出处:
http://qiudeqing.com/tools/2016/05/06/zsh.html
ZSH是一个强大的Unix shell提供很多强大功能, 比如:
- Drop-in replacement for BASH
- Command-line completion
- Shared history
- Spelling correction
- Theme-able
- Fully customisable
- Extended modules: TCP system, FTP, calendar functions and many more!
centos 6安装zsh
-
安装epel-release
仓库
-
安装zsh
zsh在~/.bashrc
配置环境变量每次都需要运行source ~/.bashrc
执行vim ~/.zshrc
在文件末尾添加