chore: fix command alias

Signed-off-by: Li Tang <iamtangli42@gmail.com>
This commit is contained in:
2026-05-15 17:24:41 +08:00
parent c7ef457b35
commit 922c19b186

4
.zshrc
View File

@@ -385,8 +385,8 @@ function dev() {
for arg in "$@"; do
case "$arg" in
-g|--git) layout="full" ;;
oc|--oc) tool="oc" ;;
cc|--cc) tool="cc" ;;
opencode|--oc) tool="opencode" ;;
claude|--cc) tool="cluade" ;;
codex|--codex) tool="codex" ;;
copilot|--copilot) tool="copilot" ;;
*) session="$arg" ;;