[zsh] Make homebrew on linux optional

This commit is contained in:
2026-02-11 16:13:14 -05:00
parent 7c1c38bf6f
commit 1157d701ad

View File

@ -58,6 +58,7 @@ Darwin)
eval "$(/opt/homebrew/bin/brew shellenv)"
;;
esac
[[ -d "/home/linuxbrew/.linuxbrew/bin" ]] && export PATH=/home/linuxbrew/.linuxbrew/bin:$PATH
eval "$(direnv hook /bin/zsh)"
export GPG_TTY=$(tty)