feat(codex): add plugin for codex

This commit is contained in:
Runrioter 2026-05-18 23:09:33 +08:00
commit 54a5236719
2 changed files with 25 additions and 0 deletions

11
plugins/codex/README.md Normal file
View file

@ -0,0 +1,11 @@
# codex Plugin
## Introduction
This `codex` plugin sets up completion for [codex](https://github.com/openai/codex).
To use it, add `codex` to the plugins array of your zshrc file:
```bash
plugins=(... codex)
```