.bashrc: Fix if syntax for last commit

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-10-29 17:10:54 +03:00
parent 16889f31ab
commit d1f7bb4ef2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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