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"