mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-09-21 18:46:06 +02:00
8 lines
131 B
Bash
8 lines
131 B
Bash
if (( ! $+commands[opencode] )); then
|
|
return
|
|
fi
|
|
|
|
alias opc='opencode'
|
|
alias opcc='opencode --continue'
|
|
alias opcr='opencode run'
|