[sh] Catch up on zsh and bash upadtes
This commit is contained in:
@ -55,3 +55,4 @@ export PATH="/home/powellc/.shorebird/bin:$PATH"
|
||||
# Added by LM Studio CLI (lms)
|
||||
export PATH="$PATH:/home/powellc/.lmstudio/bin"
|
||||
# End of LM Studio CLI section
|
||||
. "$HOME/.cargo/env"
|
||||
|
||||
@ -48,7 +48,7 @@ Host tilde.club
|
||||
IdentityFile ~/.ssh/powellc
|
||||
|
||||
# ChicagoVPS
|
||||
Host pandora.unbl.ink bt2.unbl.ink
|
||||
Host pandora.unbl.ink bt2.unbl.ink 198.12.85.133
|
||||
IdentityFile ~/.ssh/pandora
|
||||
User root
|
||||
|
||||
@ -77,8 +77,8 @@ Host penobscotbaypress.com atlas.local
|
||||
#####
|
||||
|
||||
Host bastion.unbl.ink
|
||||
Port 44
|
||||
User powellc
|
||||
Port 33
|
||||
User root
|
||||
|
||||
Host *.local *.service
|
||||
IdentityFile ~/.ssh/jails
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user