1.进入家目录 cd ~
cd ~
2. vim 编辑器打开.bash_profile 如果没有会自动创建
vim .bash_profile
3.输入下面内容后 :wq 保存并退出
- # .bash_profile
-
- if [ -f ~/.bashrc ]; then
- . ~/.bashrc
- fi