From 3656420b57dc39802bbbfb9f992287e41c284ccd Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 13 Dec 2025 21:47:48 +0500 Subject: [PATCH] feat: add opencode via manual install --- home/shahab/common/optional/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shahab/common/optional/zsh.nix b/home/shahab/common/optional/zsh.nix index 63011ec..c0af404 100644 --- a/home/shahab/common/optional/zsh.nix +++ b/home/shahab/common/optional/zsh.nix @@ -21,6 +21,7 @@ initContent = '' eval "$(zoxide init zsh)" + export PATH=/home/shahab/.opencode/bin:$PATH ''; shellAliases = {