From 345974b6aa18ada48e782f30d56bf7d7181935e0 Mon Sep 17 00:00:00 2001 From: Mike Yockey Date: Fri, 11 Jul 2025 23:05:47 -0400 Subject: [PATCH] Install opencode --- zsh/dot-zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 0d6128c..85b8b97 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -80,3 +80,6 @@ esac eval "$(atuin init zsh)" eval "$(atuin gen-completions --shell zsh)" + +# opencode +export PATH=/home/myockey/.opencode/bin:$PATH