[profile] set python keyring to null

This commit is contained in:
odrling 2022-10-14 00:14:36 +02:00
parent 3ac1609bed
commit 80e8ffa83f
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -4,6 +4,7 @@ export EDITOR=vi
export FZF_DEFAULT_OPTS="-m --no-mouse"
export FZF_DEFAULT_COMMAND="find . -type f | cut -d'/' -f2-"
export XDG_CONFIG_HOME="$HOME/.config"
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
export LESS="-R -z-2 -j4"