如何将默认shell更改为ZSH-chsh
1、 首先,检查是否通过以下zsh方式列出了有效的外壳程序
C/C++ Code复制内容到剪贴板
- 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
2、 使用更改外壳
C/C++ Code复制内容到剪贴板
- chsh -s /bin/zsh