summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index e9fc8b0..5631cca 100644
--- a/bashrc
+++ b/bashrc
@@ -21,6 +21,7 @@ if [ -r /usr/share/terminfo/x/xterm-256color ]; then
else
export TERM='xterm-color'
fi
+eval $(dircolors ~/.dir_colors)
# BELL
if [ ! -z $DISPLAY ]; then