This commit is contained in:
patrick 2016-12-06 12:15:07 +01:00
parent c3ddf46468
commit 733de9fc87
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ fi
# dircolors
# To create the file: dircolors -p
if [ -f ~/.dircolors]; then
if [ -f ~/.dircolors ]; then
eval "`dircolors ~/.dircolors`"
fi