gitbash如何修改可恶的蓝色字体

1、问题

  

  这完全看不清啊!!

2、环境

  git version 2.19.0

3、解决

  1)编辑/etc/bash.bashrc

  

# Uncomment to use the terminal colours set in DIR_COLORS        
eval "$(dircolors -b /etc/DIR_COLORS)"

  2)编辑/etc/DIR_COLORS文件

  

  想改成其他颜色,请参看上面的数字对应的颜色说明

4、效果

  

  OVER!!

原文地址:https://www.cnblogs.com/JimmyLuo/p/10150709.html