mac os 中使用zsh
2016-11-13 本文已影响1563人
iHelin
请保证zsh已安装
新版系统中默认应该是已经装好了,检查命令:
➜ ~ zsh --version
zsh 5.3 (x86_64-apple-darwin17.0)
支持的所有shell:
➜ ~ cat /etc/shells
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.
/bin/bash
/bin/csh
/bin/ksh
/bin/sh
/bin/tcsh
/bin/zsh
修改Mac默认 shell
为 zsh
chsh -s /usr/local/bin/zsh
输入管理员密码确认
如需还原默认shell
,请执行:
chsh -s /bin/bash
备注
- zsh配置文件地址:
~/.zshrc