[sh] Catch up on zsh and bash upadtes

This commit is contained in:
2026-07-28 11:01:46 -04:00
parent 157b273820
commit cf25a90e9d
3 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,10 @@ export ZSH="$HOME/.oh-my-zsh"
export GPG_TTY=$(tty)
export SSH_ASKPASS="$HOME/.local/bin/ssh-askpass-load-keys"
export SSH_ASKPASS_REQUIRE="" #force
export SSH_ASKPASS_REQUIRE=""
# This is a hack to make poetry not hang
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
load_keys &>/dev/null
ZSH_THEME="robbyrussell"