Merge branch 'master' into fabric_task_description

This commit is contained in:
Marc Cornellà 2019-10-24 17:57:01 +02:00 committed by GitHub
commit cad48e38bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
561 changed files with 22188 additions and 5539 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.