dotfiles/zshrc: remove NODE_OPTIONS

I set this via .mise.toml in each project now.
This commit is contained in:
Alan Orth 2024-03-23 16:37:01 +03:00
parent 4356256836
commit 4c2b8eb267
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

View File

@ -51,9 +51,6 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
# See: https://github.com/python-poetry/poetry/issues/1917
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
# 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