遇到问题:.bash_profile换了终端不生效
mac终端类型有两种,zsh和bash,
其中,bash初始化默认.bash_profile
zsh初始化默认.zshrc
我的Catalina系统默认zsh终端,所以.bash_profile并不会初始化。
切换一下即可:
chsh -s /bin/bash
本文解析了Mac系统中bash和zsh终端的区别,及如何解决.bash_profile配置在zsh下不生效的问题。通过切换终端类型,确保配置正确加载。
遇到问题:.bash_profile换了终端不生效
mac终端类型有两种,zsh和bash,
其中,bash初始化默认.bash_profile
zsh初始化默认.zshrc
我的Catalina系统默认zsh终端,所以.bash_profile并不会初始化。
切换一下即可:
chsh -s /bin/bash
2271
5132