From d1f7bb4ef2dd145117e6e829ad5ff7ff961fad8c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 29 Oct 2014 17:10:54 +0300 Subject: [PATCH] .bashrc: Fix if syntax for last commit Signed-off-by: Alan Orth --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index fbe89d0..56917c2 100644 --- a/.bashrc +++ b/.bashrc @@ -12,7 +12,6 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then if [ -f $(brew --prefix)/etc/bash_completion ]; then . $(brew --prefix)/etc/bash_completion fi -else fi # Aliases