[zsh] Fix missing dir errors

This commit is contained in:
2026-01-13 17:19:27 -05:00
parent 503f1cce69
commit 88bae496fd

View File

@ -36,7 +36,7 @@ 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
. ${ASDF_DATA_DIR:-$HOME/.asdf}/plugins/golang/set-env.zsh &>/dev/null
export TERM=xterm-256color
@ -45,7 +45,7 @@ export VISUAL="$EDITOR"
case "$(uname -s)" in
Linux)
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv &>/dev/null)"
;;
Darwin)
eval "$(/opt/homebrew/bin/brew shellenv)"