dotfiles/zshrc: remove RTX_HIDE_UPDATE_WARNING

I don't think rtx has used this for some time, and now that rtx was
renamed to mise it definitely won't read it.
This commit is contained in:
Alan Orth 2024-01-04 10:07:41 +03:00
parent c84aa26825
commit a520a68d04
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -55,9 +55,6 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
# See: https://github.com/python-poetry/poetry/issues/1917
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
# Don't show rtx version update warnings
export RTX_HIDE_UPDATE_WARNING=1
# For dspace-angular Node.js build: JavaScript heap out of memory
export NODE_OPTIONS=--max_old_space_size=4096