]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/charm/README.md
f237dceeb656faee344e6121b532679ad9e7c816
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / charm / README.md
1 # Charm plugin
2
3 This plugin adds completion for the [charm](https://github.com/charmbracelet/charm) CLI.
4
5 To use it, add `charm` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... charm)
9 ```