From 733de9fc878783585074684ad20488615c4e29df Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 6 Dec 2016 12:15:07 +0100 Subject: [PATCH] typo --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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