]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/fabric/README.md
f121d2ed8a5a3c9671ab39be41610d3de864ec2f
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / fabric / README.md
1 # Fabric
2
3 This plugin provides completion for [Fabric](https://www.fabfile.org/).
4
5 To use it add fabric to the plugins array in your zshrc file.
6
7 ```zsh
8 plugins=(... fabric)
9 ```