From d6bba0fe73a9868dafd9e4cd93190418382256b7 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 10 Nov 2014 06:52:51 +0800 Subject: [PATCH] Typo fix. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index c5d8af9..cfdf994 100644 --- a/.profile +++ b/.profile @@ -1,4 +1,4 @@ # -if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ]; +if [ "$SHELL" == "/bin/bash" -o "$SHELL" == "/usr/local/bin/bash" ]; then source ${HOME}/.bashrc fi