dotfiles/zshrc: add RSYNC_OLD_ARGS
Some time last year rsync made a breaking change around argument parsing.
This commit is contained in:
parent
0e7a2b7b1e
commit
e33ac6ffcb
@ -62,6 +62,10 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
|||||||
|
|
||||||
# For dspace-angular Node.js build: JavaScript heap out of memory
|
# For dspace-angular Node.js build: JavaScript heap out of memory
|
||||||
export NODE_OPTIONS=--max_old_space_size=4096
|
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
|
fi
|
||||||
|
|
||||||
# Enable zsh completions for rtx version manager
|
# Enable zsh completions for rtx version manager
|
||||||
|
Loading…
Reference in New Issue
Block a user