From f70e5bd1791a31c8f924574e0d5be6fc9f79254e Mon Sep 17 00:00:00 2001 From: "Deavon M. McCaffery" Date: Sun, 18 Dec 2016 10:07:39 -0800 Subject: [PATCH] fix(install): source bash profile upon completion of the install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b2c0a90..86bb3f6 100755 --- a/install.sh +++ b/install.sh @@ -122,4 +122,4 @@ echo "#######################################" echo "#######################################" echo -e "${CLR_CLEAR}" -/usr/bin/env bash -l \ No newline at end of file +. ~/.bash_profile \ No newline at end of file