在 Mac 上的“终端”中更改默认 zsh -> bash

How to Change the Default Shell to Bash on macOS Catalina
更新于: 2022-08-20 05:22:08
# 将默认修改为 bash
chsh -s /bin/bash

# 查看1
cat /etc/shells
# 查看2
echo $SHELL