feat(opencode): add completion and opc aliases

This commit is contained in:
Robby Russell
2026-09-08 15:42:55 -07:00
parent d217d05374
commit 333e42b5af
3 changed files with 124 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
if (( ! $+commands[opencode] )); then
return
fi
alias opc='opencode'
alias opcc='opencode --continue'
alias opcr='opencode run'