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)
This commit is contained in:
2026-08-17 08:59:37 -05:00
parent c9b6dfea14
commit baa8f03870

View File

@@ -3,8 +3,6 @@
# zmodload zsh/zprof # zmodload zsh/zprof
path=( path=(
/opt/homebrew/bin
/opt/homebrew/sbin
"$GOPATH/bin" "$GOPATH/bin"
"$HOME/.cargo/bin" "$HOME/.cargo/bin"
"$HOME/.local/bin" "$HOME/.local/bin"