2018-11-01 16:40:31 +01:00
|
|
|
# Fabric
|
|
|
|
|
|
|
|
This plugin provides completion for [Fabric](https://www.fabfile.org/).
|
|
|
|
|
|
|
|
To use it add fabric to the plugins array in your zshrc file.
|
|
|
|
|
2020-03-11 19:57:46 +01:00
|
|
|
```zsh
|
2018-11-01 16:40:31 +01:00
|
|
|
plugins=(... fabric)
|
|
|
|
```
|