From 370ce847bcb55fdf0d61a228ca196db061ae847f Mon Sep 17 00:00:00 2001 From: Denis Urs Rudolph Date: Fri, 19 Dec 2025 14:51:49 +0100 Subject: [PATCH] Added path for antigravity --- zsh-macos/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh-macos/.zshrc b/zsh-macos/.zshrc index a51f87a..94a73b4 100644 --- a/zsh-macos/.zshrc +++ b/zsh-macos/.zshrc @@ -2,3 +2,6 @@ export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" eval "$(starship init zsh)"o + +# Added by Antigravity +export PATH="/Users/mastermito/.antigravity/antigravity/bin:$PATH"