mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
11 lines
216 B
Markdown
11 lines
216 B
Markdown
# 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)
|
|
```
|