怎么确定mac使用的 shell类型
在终端中输入echo $0
命令查看你所使用的 shell(默认使用的zsh)
bash
echo $0
如果是 bash 配置文件则为:~/.bash_profile
是 zsh,则配置文件为:~/.zshrc
在终端中输入echo $0
命令查看你所使用的 shell(默认使用的zsh)
echo $0
如果是 bash 配置文件则为:~/.bash_profile
是 zsh,则配置文件为:~/.zshrc