diff --git a/.bashrc b/.bashrc index 775692e..8473896 100755 --- a/.bashrc +++ b/.bashrc @@ -86,7 +86,7 @@ fi # dircolors # To create the file: dircolors -p -if [ -f ~/.dircolors]; then +if [ -f ~/.dircolors ]; then eval "`dircolors ~/.dircolors`" fi