diff --git a/.bashrc b/.bashrc
index f146484e0ab9e18638c9dd932331ccfd2cf326fa..96bd602d15ede022630b2fb8a45439db1830df39 100644
--- a/.bashrc
+++ b/.bashrc
@@ -369,7 +369,8 @@ __command_notifier () {
 [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
 
 # enable color support of ls and also add handy aliases
-if [ -x /usr/bin/dircolors ]; then
+if [ -x /usr/bin/dircolors ]
+then
     eval "$(dircolors -b)"
     alias ls='ls --color=auto'
     alias grep='grep --color=auto'