diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ xterm*|rxvt*) esac # enable colors -if [-f ~/.dircolors ]; then +if [ -f ~/.dircolors ]; then eval "`dircolors -b ~/.dircolors`" fi |
