diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-19 08:27:14 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-19 08:27:14 +0200 |
commit | a77f4872f26d681a35cface9d6bcb4ad55fec752 (patch) | |
tree | cc9886c2cdce58c603dfbbce1667a45565d75a19 | |
parent | 2db7a49506ab33589f1e3a6c199ea1e873046bfb (diff) | |
download | dotfiles-a77f4872f26d681a35cface9d6bcb4ad55fec752.tar.gz dotfiles-a77f4872f26d681a35cface9d6bcb4ad55fec752.tar.bz2 dotfiles-a77f4872f26d681a35cface9d6bcb4ad55fec752.zip |
Reload dotfiles after updating through the bootstrapper.
-rwxr-xr-x | bootstrap.sh | 3 |
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 |