From 89a660add47d0455afee03c70f9c613b3e2718c2 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Thu, 15 May 2008 02:51:00 +1000 Subject: [PATCH] Bash: export LSCOLORS --- .bash/colors | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash/colors b/.bash/colors index a712f2f..5011fe1 100644 --- a/.bash/colors +++ b/.bash/colors @@ -78,6 +78,7 @@ if [ ${PS1_COLOR:-0} -eq 1 ]; then fi export LS_COLORS + export LSCOLORS fi unset PS1_COLOR unset DARK -- 2.39.2