From 64c860669cbcd1e04d4a419e4a65bd88f59ba12c Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:03:33 -0400 Subject: [PATCH] feat: add .zprofile --- .zprofile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .zprofile diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..37e194a --- /dev/null +++ b/.zprofile @@ -0,0 +1,2 @@ + +eval "$(/opt/homebrew/bin/brew shellenv)"