[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

@ -55,3 +55,4 @@ export PATH="/home/powellc/.shorebird/bin:$PATH"
# Added by LM Studio CLI (lms) # Added by LM Studio CLI (lms)
export PATH="$PATH:/home/powellc/.lmstudio/bin" export PATH="$PATH:/home/powellc/.lmstudio/bin"
# End of LM Studio CLI section # End of LM Studio CLI section
. "$HOME/.cargo/env"

View File

@ -48,7 +48,7 @@ Host tilde.club
IdentityFile ~/.ssh/powellc IdentityFile ~/.ssh/powellc
# ChicagoVPS # ChicagoVPS
Host pandora.unbl.ink bt2.unbl.ink Host pandora.unbl.ink bt2.unbl.ink 198.12.85.133
IdentityFile ~/.ssh/pandora IdentityFile ~/.ssh/pandora
User root User root
@ -77,8 +77,8 @@ Host penobscotbaypress.com atlas.local
##### #####
Host bastion.unbl.ink Host bastion.unbl.ink
Port 44 Port 33
User powellc User root
Host *.local *.service Host *.local *.service
IdentityFile ~/.ssh/jails IdentityFile ~/.ssh/jails

View File

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