diff --git a/install.sh b/install.sh index 34ea8d8..326536c 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" -avhE --no-perms . ~; source ~/.bashrc