feat(zsh): alias for code review

This commit is contained in:
2026-02-15 21:31:38 -05:00
parent 67f43a8916
commit 2ebcd74c56

View File

@@ -46,6 +46,7 @@ export PATH="$HOME/.opencode/bin:$PATH"
OPENCODE='opencode' OPENCODE='opencode'
alias o="${OPENCODE}" alias o="${OPENCODE}"
alias oc="${OPENCODE} --agent commit run 'Create a commit.'" alias oc="${OPENCODE} --agent commit run 'Create a commit.'"
alias ocr="${OPENCODE} --agent review --prompt 'Code review staged changes.'"
alias or="${OPENCODE} --continue" alias or="${OPENCODE} --continue"
# Git # Git