解决方法:
shell
cd
vim .bash_profile
输入下面内容后 :wq 保存并退出
shell
# .bash_profile
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi