如果要在当前用户下更改配色
vim ~/.base_profile //当前用户根目录配置文件
如果需要所有用户更改配色
vim /etc/profile //系统根目录配置文件
ls 颜色配置
alias ls='/bin/ls -G'
grep 颜色配置
alias grep='grep --color'
vi配置
alias vi='vim'
export CLICOLOR=1
export LSCOLORS=Bxfxaxdxcxegedabagacad
原文:http://blog.csdn.net/lastsweetop/article/details/8908808 作者:逆火天麟
网友评论