From 586a351b0fc96a56ce03e18f4fa0a3232fed21bc Mon Sep 17 00:00:00 2001 From: crater2150 Date: Mon, 8 Jul 2019 16:08:34 +0200 Subject: [PATCH] Remove redundant LS_COLORS handling --- modules/color/init | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/color/init b/modules/color/init index e6c8f85..2bbdcd3 100644 --- a/modules/color/init +++ b/modules/color/init @@ -75,5 +75,3 @@ else fi fi fi - -[[ -z "$LS_COLORS" ]] && [ -e /etc/DIR_COLORS ] && eval "$(dircolors /etc/DIR_COLORS)"