summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-11-06 23:20:11 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-11-06 23:20:11 +0100
commita1d0f269a261cb86c10b92df2bed4ad1d6f0d6b0 (patch)
treee70c0fca9d1387d4531ef26282aa71c8bf847671 /bashrc
parent99214b6beb6e33dd5e1b8164fc9b4452aa16384e (diff)
downloadbin-a1d0f269a261cb86c10b92df2bed4ad1d6f0d6b0.zip
bin-a1d0f269a261cb86c10b92df2bed4ad1d6f0d6b0.tar.gz
bashrc: add dircolors eval
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