ohmyzsh/plugins/charm/README.md
2022-03-29 11:45:20 +02:00

10 lines
202 B
Markdown

# Charm plugin
This plugin adds completion for the [charm](https://github.com/charmbracelet/charm) CLI.
To use it, add `charm` to the plugins array in your zshrc file:
```zsh
plugins=(... charm)
```