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" ;;