dotfiles/zshrc: don't show rtx version warnings
This commit is contained in:
parent
113496cc2b
commit
5c684c084f
@ -56,6 +56,9 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
|||||||
# packages to pypi.org and the popup during pip/poetry install is annoying.
|
# packages to pypi.org and the popup during pip/poetry install is annoying.
|
||||||
# See: https://github.com/python-poetry/poetry/issues/1917
|
# See: https://github.com/python-poetry/poetry/issues/1917
|
||||||
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
|
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
|
||||||
|
|
||||||
|
# Don't show rtx version update warnings
|
||||||
|
export RTX_HIDE_UPDATE_WARNING=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable zsh completions for rtx version manager
|
# Enable zsh completions for rtx version manager
|
||||||
|
Loading…
Reference in New Issue
Block a user