From df32e13ee11753278a1ae6c53069e497380921f6 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Mon, 12 Aug 2024 08:41:23 +0200 Subject: [PATCH] Fix shellenv --- zsh/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/env b/zsh/env index 41c65fe..76fa21a 100644 --- a/zsh/env +++ b/zsh/env @@ -21,7 +21,7 @@ fi if test -d "/opt/homebrew/"; then export PATH="/opt/homebrew/bin:$PATH" - eval "$(/opt/homebrew/bin/brew shellenv)" + eval "$($(which brew) shellenv)" fi if test -d "/home/linuxbrew/.linuxbrew/"; then