From 5c684c084ff34c9cdec2e14091454640d5b6ad4a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Apr 2023 07:24:24 +0300 Subject: [PATCH] dotfiles/zshrc: don't show rtx version warnings --- dotfiles/zshrc | 3 +++ 1 file changed, 3 insertions(+) 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