From 316d7f4c1994168805c3f5cdb88adab9b3777a58 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 9 Feb 2026 17:54:26 +0000 Subject: [PATCH] feat(zsh): add opencode to path --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 9a9a4ae..3ee1ff7 100644 --- a/.zshrc +++ b/.zshrc @@ -23,3 +23,6 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs # Created by `pipx` on 2026-01-15 16:32:17 export PATH="$PATH:/home/dylan/.local/bin" + +# opencode +export PATH=/home/dylan/.opencode/bin:$PATH