Updated dircolors config in zsh

This commit is contained in:
Christian Baer 2020-12-06 11:18:52 +01:00
parent bb4e7bc29c
commit b36d84680c

View File

@ -5,7 +5,7 @@ LSCOLORS="gxfxcxdxbxegedabagacad"
CLICOLOR="YES" CLICOLOR="YES"
## Load .dir_colors for GNU systems ## Load .dir_colors for GNU systems
test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors) test -r "$XDG_CONFIG_HOME/dircolors" && eval $(dircolors "$XDG_CONFIG_HOME"/dircolors)
FX=( FX=(
reset "%{%}" reset "%{%}"