From 9f5802f51a85e3ce2d23d379938926be9f325c60 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 8 Feb 2026 17:23:40 -0500 Subject: [PATCH] feat(zsh): add opencode alias --- home/dot_zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/dot_zshrc b/home/dot_zshrc index e3483b5..cfa60df 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -41,6 +41,9 @@ alias d='sudo dnf' alias u='sh ~/bin/update.sh' alias h='cd ~/git/cacolglazier.com/ && hugo server' +# OpenCode +alias o='opencode' + # Git alias c='git commit -m' alias a='git add'