diff options
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,4 +63,7 @@ export BROWSER=w3m export GPG_TTY="$(tty)" gpg-connect-agent updatestartuptty /bye >/dev/null +# Null keyring for python - avoids problems with wallets +export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring + echo .env end |
