all repos — nixfiles @ 458b42a257357c968f491328abb3fcbc7c7d4b10

System and user configuration, managed by nix and home-manager

zsh: Remove gnu-only dircolors assignment

Alan Pearce
commit

458b42a257357c968f491328abb3fcbc7c7d4b10

parent

52cb39f3cc213cb652e7a22a33614244dbfc25b0

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M zsh/zshrczsh/zshrc
@@ -82,7 +82,6 @@ fi
case $OSTYPE in *gnu*) - eval `dircolors -b` #exports LSCOLORS ls_options="-v --group-directories-first --color=auto" ls_isodate="--time-style=long-iso" ;;