0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

fabric: add README (#7378)

This commit is contained in:
Erwan ROUSSEL 2018-11-01 16:40:31 +01:00 committed by Marc Cornellà
parent 545446a3db
commit fa9d93008b
3 changed files with 9 additions and 1 deletions

9
plugins/fabric/README.md Normal file
View file

@ -0,0 +1,9 @@
# Fabric
This plugin provides completion for [Fabric](https://www.fabfile.org/).
To use it add fabric to the plugins array in your zshrc file.
```bash
plugins=(... fabric)
```

View file

@ -1 +0,0 @@
# DECLARION: This plugin was created by vhbit. What I did is just making a portal from https://github.com/vhbit/fabric-zsh-autocomplete.