美文网首页
vim 颜色设置

vim 颜色设置

作者: 戢无恙 | 来源:发表于2019-03-22 15:06 被阅读0次

    如果要在当前用户下更改配色 

    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 作者:逆火天麟

    相关文章

      网友评论

          本文标题:vim 颜色设置

          本文链接:https://www.haomeiwen.com/subject/gitrvqtx.html