GNOME terminal 设置 tab 空格 4 个

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

$ source .bash_profile
原文地址:https://www.cnblogs.com/liuliu3/p/6949546.html