From fc78c6176fb3b625fbdaa0760389aac18344e07c Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 16 Jul 2015 21:29:06 -0700 Subject: [PATCH] No longer exclude rsyncing install --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index 0e11a9a..f86f2fe 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -2,6 +2,6 @@ git pull origin master; git submodule sync; git submodule update; -rsync --exclude ".git/" --exclude "install.sh" --exclude ".git*" -avhE --no-perms . ~; +rsync --exclude ".git/" --exclude ".git*" -avhE --no-perms . ~; source ~/.bashrc