dotfiles/zshrc: add RSYNC_OLD_ARGS

Some time last year rsync made a breaking change around argument
parsing.
This commit is contained in:
Alan Orth 2023-09-26 09:57:24 +03:00
parent 0e7a2b7b1e
commit e33ac6ffcb
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
# For dspace-angular Node.js build: JavaScript heap out of memory
export NODE_OPTIONS=--max_old_space_size=4096
# For rsync breaking change in arg parsing since 2022
# See: https://github.com/bit-team/backintime/issues/1247
export RSYNC_OLD_ARGS=1
fi
# Enable zsh completions for rtx version manager