dotfiles/zshrc: don't show rtx version warnings

This commit is contained in:
Alan Orth 2023-04-30 07:24:24 +03:00
parent 113496cc2b
commit 5c684c084f
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
# packages to pypi.org and the popup during pip/poetry install is annoying.
# 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
fi
# Enable zsh completions for rtx version manager