From 8ea0309023a86a2a54252f1b599ff674f0cabd91 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 20 Mar 2018 20:06:45 -0700 Subject: [PATCH] exclude terminal.app profile in rsync --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index e869844..35f82f8 100755 --- a/install +++ b/install @@ -14,4 +14,4 @@ cd ../../.. tic -x profiles/xterm-256color-italic.terminfo tic -x profiles/tmux-256color.terminfo -rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "profiles" --exclude "py3status" --exclude "bin/" -avhE --no-perms . ~; +rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "profiles" --exclude "py3status" --exclude "bin/" --exclude "terminal_profile.terminal" -avhE --no-perms . ~