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