[zsh] QOL fixes for agent loading

This commit is contained in:
2026-01-26 17:39:23 -05:00
parent 1a75c57a90
commit 35f88e99eb

View File

@ -7,7 +7,6 @@ export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git z fzf asdf direnv emacs yarn aws)
eval $(ssh-agent)
source $ZSH/oh-my-zsh.sh
@ -36,7 +35,6 @@ PROMPT="${hostname} ${PROMPT}"
export PATH="/home/powellc/.shorebird/bin:$PATH"
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
. ${ASDF_DATA_DIR:-$HOME/.asdf}/plugins/golang/set-env.zsh &>/dev/null
export TERM=xterm-256color
@ -45,7 +43,7 @@ export VISUAL="$EDITOR"
case "$(uname -s)" in
Linux)
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv &>/dev/null)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
;;
Darwin)
eval "$(/opt/homebrew/bin/brew shellenv)"
@ -54,3 +52,6 @@ esac
eval "$(direnv hook /bin/zsh)"
export GPG_TTY=$(tty)
. ${ASDF_DATA_DIR:-$HOME/.asdf}/plugins/golang/set-env.zsh &>/dev/null
load_keys &>/dev/null