aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 2583c9c..d94b378 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -3,4 +3,5 @@ read -p "This may overwrite existing files in your home directory. Are you sure?
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av . ~
-fi \ No newline at end of file
+fi
+source "$HOME/.bash_profile" \ No newline at end of file