From f9c39cb3dee222fc7ab3b4174b3b63c5be1465bb Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 15 Mar 2013 12:28:42 +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 3c7b080..4c5fce0 100755 --- a/constants.sh +++ b/constants.sh @@ -13,3 +13,5 @@ export PROMPT_COMMAND='history -a' [ -x /usr/bin/src/hilite-lesspipe.sh ] && export LESSOPEN="| /usr/bin/src-hilite-lesspipe.sh %s" unset DBUS_SESSION_BUS_ADDRESS + +eval `dircolors -b ~/.dircolors`