在 Mac 上的“终端”中更改默认 zsh -> bash
How to Change the Default Shell to Bash on macOS Catalina
🕐
# 将默认修改为 bash
chsh -s /bin/bash
# 查看1
cat /etc/shells
# 查看2
echo $SHELL
How to Change the Default Shell to Bash on macOS Catalina
# 将默认修改为 bash
chsh -s /bin/bash
# 查看1
cat /etc/shells
# 查看2
echo $SHELL