VSCode不能读取.bash_profile

VSCode中的终端命令行读取不到.bash_profile文件。

方法一:

.bash_profile文件改名为.bashrc

方法二:

复制一份.bash_profile,并改名为.bashrc

在.bash_profile第一行添加if [ -f ~/.bashrc ]; then . ~/.bashrc; fi