mac 中.bash_profile中添加路径
in 环境配置 on Mac
1. 终端中数据显示隐藏文件命令
defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder
2. command + shift + G 调到文件路径 /Users/macbook/.bash_profile
3. 直接打开文件进行编辑即可

