From 1d97e99afa9ba75b1aa1144d982e9334c20e8254 Mon Sep 17 00:00:00 2001 From: antistereov Date: Tue, 16 Dec 2025 19:57:16 +0100 Subject: [PATCH] feat(fish): evaluate homebrew if installed --- fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fish/config.fish b/fish/config.fish index ae6e093..aef6691 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -35,6 +35,10 @@ for f in ~/.config/fish/completions/user/*.fish source $f end +if test -f /home/linuxbrew/.linuxbrew/bin/brew + eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) +end + # Enable starship starship init fish | source