From 770b4ca18574a82135fb0030ea527d1fb8ccc7e9 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 15 Mar 2013 12:28:43 +0400 Subject: [PATCH] LS_COLORS set by dircolors. --- constants.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constants.sh b/constants.sh index 11e6748..c69e74d 100755 --- a/constants.sh +++ b/constants.sh @@ -37,3 +37,5 @@ case $TERM in export PROMPT_COMMAND='echo -n -e "\033k\033\\"' ;; esac + +eval `dircolors -b ~/.dircolors`