Selaa lähdekoodia

zsh: don't color build and crypto files green

raylu 1 vuosi sitten
vanhempi
commit
2c0c69aa7e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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'