diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 0f64b5f..3a3b08e 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -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