Updated dircolors config in zsh
This commit is contained in:
parent
bb4e7bc29c
commit
b36d84680c
@ -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 "%{[00m%}"
|
reset "%{[00m%}"
|
||||||
|
Loading…
Reference in New Issue
Block a user