exclude terminal.app profile in rsync
This commit is contained in:
2
install
2
install
@@ -14,4 +14,4 @@ cd ../../..
|
|||||||
tic -x profiles/xterm-256color-italic.terminfo
|
tic -x profiles/xterm-256color-italic.terminfo
|
||||||
tic -x profiles/tmux-256color.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 . ~
|
||||||
|
|||||||
Reference in New Issue
Block a user