From 922c19b186a08a851c395caa00dfb878cd80c56b Mon Sep 17 00:00:00 2001 From: Li Tang Date: Fri, 15 May 2026 17:24:41 +0800 Subject: [PATCH] chore: fix command alias Signed-off-by: Li Tang --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 2786cd3..3c95420 100644 --- a/.zshrc +++ b/.zshrc @@ -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" ;;