ohmyzsh/plugins/charm/README.md

10 lines
202 B
Markdown
Raw Normal View History

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