[zsh] Try to fix ssh problems

This commit is contained in:
2026-05-04 15:57:11 -04:00
parent a61401dc85
commit 59530ab13c
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ 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="" #force
# This is a hack to make poetry not hang
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
@ -86,4 +86,3 @@ source "$HOME/.aliases"
# Added by LM Studio CLI (lms)
export PATH="$PATH:/home/powellc/.lmstudio/bin"
# End of LM Studio CLI section