From 6d94e57f6bce902d94665ce5b90ffba98e746999 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 15 Feb 2026 12:54:30 -0500 Subject: [PATCH] feat(zsh): add opencode restore alias --- home/dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index 9715245..2822579 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -46,7 +46,7 @@ export PATH="$HOME/.opencode/bin:$PATH" OPENCODE='opencode' alias o="${OPENCODE}" alias oc="${OPENCODE} --agent commit run 'Create a commit.'" - +alias or="${OPENCODE} --continue" # Git alias c='git commit -m'