diff --git a/.zshrc b/.zshrc index 5a5fe47..8b92dff 100644 --- a/.zshrc +++ b/.zshrc @@ -320,6 +320,8 @@ function dev() { -g|--git) layout="full" ;; oc|--oc) tool="oc" ;; cc|--cc) tool="cc" ;; + codex|--codex) tool="codex" ;; + copilot|--copilot) tool="copilot" ;; *) session="$arg" ;; esac done