feat: add copilot/codex

Signed-off-by: Li Tang <iamtangli42@gmail.com>
This commit is contained in:
2026-04-03 13:52:46 +08:00
parent da90da4168
commit b22c7b4c6f

2
.zshrc
View File

@@ -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