From 9ec8007f55dc6e2ed67bd5c501d42ec531dd1d2e Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 8 Feb 2026 18:53:57 -0500 Subject: [PATCH] fix(zsh): add opencode binary to path --- home/dot_zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dot_zshrc b/home/dot_zshrc index cfa60df..77d4858 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -42,6 +42,7 @@ alias u='sh ~/bin/update.sh' alias h='cd ~/git/cacolglazier.com/ && hugo server' # OpenCode +export PATH="$HOME/.opencode/bin:$PATH" alias o='opencode' # Git