From 8386f5cec704512e395b7789086b17b15b93bb31 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn Date: Fri, 21 Aug 2026 17:10:21 -0500 Subject: [PATCH] fix: include opencode in profile --- dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index 39f624b..0328c6b 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -73,3 +73,6 @@ export PYTHONIOENCODING="utf-8" # Added by Antigravity CLI installer export PATH="/home/stevan/.local/bin:$PATH" + +# opencode +export PATH=/home/stevan/.opencode/bin:$PATH