# 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) ```