blob: f237dceeb656faee344e6121b532679ad9e7c816 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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)
```
|