在终端中输入echo $0命令查看你所使用的 shell(默认使用的zsh)
在终端中输入echo $0
echo $0 # 或者 echo $SHELL
如果是 bash 配置文件则为:~/.bash_profile
~/.bash_profile
是 zsh,则配置文件为:~/.zshrc
~/.zshrc
在 Mac 上将 zsh 用作默认 Shell - 官方 Apple 支持 (中国)