From 7a6a8e66c8c882efd8fffc68285f84bb9b2f9137 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 23 May 2025 19:18:06 +1000 Subject: [PATCH] zsh: add brew to path on macOS systems --- stow/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/stow/.zshrc b/stow/.zshrc index 2997f59..73d45aa 100644 --- a/stow/.zshrc +++ b/stow/.zshrc @@ -5,6 +5,7 @@ OSICON="?" # set prompt icon if [ -e /System ]; then OSICON="" + eval "$(/opt/homebrew/bin/brew shellenv)" else . /etc/os-release &> /dev/null