From f8ad7191ccf05d5952fdf29d371ff2659ea277ea Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 28 Sep 2015 00:14:09 -0400 Subject: [PATCH] ignore py3status --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 326536c..7d6cfb0 100755 --- a/install.sh +++ b/install.sh @@ -2,6 +2,6 @@ git pull origin master; git submodule sync; git submodule update; -rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" -avhE --no-perms . ~; +rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" -avhE --no-perms . ~; source ~/.bashrc