0x01 修改hostname
[[email protected]_111_206_centos ~]# hostname [[email protected]_111_206_centos ~]# vim /etc/sysconfig/network [[email protected]_111_206_centos ~]# vim /etc/hosts [[email protected]_111_206_centos ~]# reboot
0x02 修改vim默认缩进
[email protected] ~]# vim /etc/vimrc
添加如下代码:
set smartindent set tabstop=4 set shiftwidth=4 set expandtab set softtabstop=4
保存退出即可。
时间: 2024-10-10 13:09:45