From 942dd697e85ece10df9d03e8bffc31e0a5f9fd91 Mon Sep 17 00:00:00 2001 From: tracer Date: Sat, 28 Mar 2026 14:04:08 +0100 Subject: [PATCH] added homebrew path --- .zprofile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zprofile b/.zprofile index 8ef55c0..59f6c5b 100644 --- a/.zprofile +++ b/.zprofile @@ -2,4 +2,8 @@ pb() { echo "$1" | nc pb.24unix.net 9999 } +if [ -x /opt/homebrew/bin/brew ]; then + eval "$(/opt/homebrew/bin/brew shellenv)" +fi + export EDITOR='vim'