mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
feat(codex): add plugin for codex
This commit is contained in:
parent
cb64103161
commit
54a5236719
2 changed files with 25 additions and 0 deletions
11
plugins/codex/README.md
Normal file
11
plugins/codex/README.md
Normal 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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue