dotfiles/zshrc: remove NODE_OPTIONS
I set this via .mise.toml in each project now.
This commit is contained in:
parent
4356256836
commit
4c2b8eb267
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user