From 1157d701ad9646aa5b1e3dc05a670fcebf179e2d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 11 Feb 2026 16:13:14 -0500 Subject: [PATCH] [zsh] Make homebrew on linux optional --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7385472..4b5b393 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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)