From a77f4872f26d681a35cface9d6bcb4ad55fec752 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 19 Sep 2011 08:27:14 +0200 Subject: [PATCH] Reload dotfiles after updating through the bootstrapper. --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 2583c9c8c00..d94b37883b7 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