]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/fig/README.md
3861958d6f8a2c0e0536d632484c98728aed7cb2
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / fig / README.md
1 # Fig plugin
2
3 This plugin sets up completion for [Fig](https://fig.io/).
4
5 To use it, add `fig` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... fig)
9 ```