$ cd $ ls -al .bash_profile $ vim .bash_profile export EXINIT="set ts=4 sw=4" # 在文件最后增加此行设置,tab 空格 4 个 $ source .bash_profile