想来大家都知道Vi其实使用的时候都是alias到vim的。所以在vim-enhanced这个包里面是支持高亮显示的。
不说这么多废话了,如果想让root使用时候高亮显示,直接打vim就可以了。
如果你想用vi的时候就需要简单修改一下配置文件。
[kook@localhost~]$rpm-qa|grepvim
vim-enhanced-7.0.109-3
vim-common-7.0.109-3
vim-minimal-7.0.109-3
[kook@localhost~]$rpm-qcvim-enhanced
/etc/profile.d/vim.csh
/etc/profile.d/vim.sh
[kook@localhost~]$vi/etc/profile.d/vim.sh
if[-n"$BASH_VERSION"-o-n"$KSH_VERSION"-o-n"$ZSH_VERSION"];then
[-x/usr/bin/id]||return
[`/usr/bin/id-u`-le100]&&return
#forbashandzsh,onlyifnoaliasisalreadyset
aliasvi>/dev/null2>&1||aliasvi=vim
fi
请自己手工注释第三行。[`/usr/bin/id-u`-le100]&&return
解决CentOS中root使用Vi不能高亮显示的办法解决CentOS中root使用Vi不能高亮显示的办法解决CentOS中root使用Vi不能高亮显示的办法解决CentOS中root使用Vi不能高亮显示的办法解决CentOS中root使用Vi不能高亮显示的办法解决CentOS中root使用Vi不能高亮显示的办法解决CentOS中root使用Vi不能高亮显示的办法解决CentOS中root使用Vi不能高亮显示的办法解决CentOS中root使用Vi不能高亮显示的办法解决CentOS中root使用Vi不能高亮显示的办法
阅读(803) | 评论(0) | 转发(0) |