diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-06 23:20:11 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-11-06 23:20:11 +0100 |
commit | a1d0f269a261cb86c10b92df2bed4ad1d6f0d6b0 (patch) | |
tree | e70c0fca9d1387d4531ef26282aa71c8bf847671 /bashrc | |
parent | 99214b6beb6e33dd5e1b8164fc9b4452aa16384e (diff) | |
download | bin-a1d0f269a261cb86c10b92df2bed4ad1d6f0d6b0.zip bin-a1d0f269a261cb86c10b92df2bed4ad1d6f0d6b0.tar.gz |
bashrc: add dircolors eval
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |