From d824dbf51303229b0427512ec3c1558f4a9c2101 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 24 Mar 2026 18:41:51 +0100 Subject: [PATCH] Add support for linuxbrew --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 2e22caa..84ed57a 100755 --- a/.profile +++ b/.profile @@ -17,6 +17,9 @@ then done PATH="$HOMEBREW_PREFIX/opt/php@8.3/bin:$PATH" PATH="$HOMEBREW_PREFIX/opt/php@8.3/sbin:$PATH" +elif [ -x /home/linuxbrew/.linuxbrew/bin/brew ] +then + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" else PATH="$HOME/Projects/tools/flutter/bin:$PATH" fi