From 07e96633ccc18d9a6e9321474d44de7d3b742d12 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 13 Feb 2026 21:33:12 -0500 Subject: [PATCH] feat(zsh): auto commit alias --- home/dot_zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index 77d4858..9715245 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -43,7 +43,10 @@ alias h='cd ~/git/cacolglazier.com/ && hugo server' # OpenCode export PATH="$HOME/.opencode/bin:$PATH" -alias o='opencode' +OPENCODE='opencode' +alias o="${OPENCODE}" +alias oc="${OPENCODE} --agent commit run 'Create a commit.'" + # Git alias c='git commit -m'