mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 16:00:41 +01:00
Merge branch 'master' into fabric_task_description
This commit is contained in:
9
plugins/fabric/README.md
Normal file
9
plugins/fabric/README.md
Normal 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)
|
||||
```
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user