次文章方法只满足简单颜色配置方案,且只针对单个用户生效。
1、终端颜色配置
1.编辑 ~/.bash_profile, 加入以下代码:
2、vim编辑颜色配置
1.编辑~/.vimrc , 加下代码:
</pre><pre name="code" class="python">3、git 颜色开启
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
原文地址:http://blog.csdn.net/cankingapp/article/details/43761585