From d76e9beff6b2053191e15afbde82a44e25c1cf98 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 27 Jun 2025 17:58:15 +1000 Subject: [PATCH] fish: add homebrew to PATH on macOS --- stow/.config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/stow/.config/fish/config.fish b/stow/.config/fish/config.fish index e977293..bc185ba 100644 --- a/stow/.config/fish/config.fish +++ b/stow/.config/fish/config.fish @@ -4,6 +4,7 @@ if status is-interactive # match prompt symbol to OS logo if test -e /System set pure_symbol_prompt "" + eval "$(/opt/homebrew/bin/brew shellenv)" else posix-source /etc/os-release if [ "$ID" = "nixos" ]