From cdec63f8efe2f86c1fb5a7342b4243ea21e9542c Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 9 Oct 2017 21:28:35 -0700 Subject: [PATCH] update install script to ignore install script --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 9c96ece..49579a4 100755 --- a/install +++ b/install @@ -6,4 +6,4 @@ git submodule update; cd .vim/bundle/vimproc.vim && make && cd ../../.. -rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~; +rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~;