aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-19 08:27:14 +0200
committerMathias Bynens <mathias@qiwi.be>2011-09-19 08:27:14 +0200
commita77f4872f26d681a35cface9d6bcb4ad55fec752 (patch)
treecc9886c2cdce58c603dfbbce1667a45565d75a19 /bootstrap.sh
parent2db7a49506ab33589f1e3a6c199ea1e873046bfb (diff)
downloaddotfiles-a77f4872f26d681a35cface9d6bcb4ad55fec752.tar.gz
dotfiles-a77f4872f26d681a35cface9d6bcb4ad55fec752.tar.bz2
dotfiles-a77f4872f26d681a35cface9d6bcb4ad55fec752.zip
Reload dotfiles after updating through the bootstrapper.
Diffstat (limited to 'bootstrap.sh')
-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