From baa8f03870e0c49a850aed9bd83c6daf100a7262 Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Mon, 17 Aug 2026 08:59:37 -0500 Subject: [PATCH] fix: Updating the zshrc file to remove the explicit MacOS homebrew paths from the shell path and relying upon local overrides for adding these (prompted by additional needs on MacOS to override things like gnu-sed and other binaries to use updated and standard binary calls) --- zsh/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index ba2416e..92802df 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -3,8 +3,6 @@ # zmodload zsh/zprof path=( - /opt/homebrew/bin - /opt/homebrew/sbin "$GOPATH/bin" "$HOME/.cargo/bin" "$HOME/.local/bin"