From 2ebcd74c5643e8b39d5f15f22d0132f5d118ef23 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 15 Feb 2026 21:31:38 -0500 Subject: [PATCH] feat(zsh): alias for code review --- home/dot_zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dot_zshrc b/home/dot_zshrc index 2822579..fa6bd56 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -46,6 +46,7 @@ export PATH="$HOME/.opencode/bin:$PATH" OPENCODE='opencode' alias o="${OPENCODE}" alias oc="${OPENCODE} --agent commit run 'Create a commit.'" +alias ocr="${OPENCODE} --agent review --prompt 'Code review staged changes.'" alias or="${OPENCODE} --continue" # Git