在 macOS 10.15 系统中,打开终端会有个下面这个提示:
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
这个提示是希望你能够切换默认的 shell 到 zsh
只需要在命令行执行下面的命令, 以后就不会出现这个提示了
chsh -s /bin/zsh
更详细的官方说明,点击下边的连接 在 Mac 上将 zsh 用作默认 Shell
登录过29天