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:
parent
c84aa26825
commit
a520a68d04
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user