浏览代码

zsh: don't color build and crypto files green

raylu 1 年之前
父节点
当前提交
2c0c69aa7e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      zshrc

+ 1 - 0
zshrc

@@ -60,6 +60,7 @@ fi
 export GREP_COLORS='ms=01;36:mc=01;31:sl=:cx=:fn=35:ln=33:bn=33:se=01;34'
 
 if [ -x ~/bin/eza ]; then
+	export EZA_COLORS=bu=0:cr=0
 	alias ls='eza --group-directories-first --mounts --group --icons=auto'
 else
 	alias ls='ls --color=auto -hv --group-directories-first'