ohmyzsh/plugins/fabric
2019-10-24 17:57:01 +02:00
..
_fab Fix target_list creation. Supports fabric 1 and 2 2019-10-24 17:56:08 +02:00
fabric.plugin.zsh fabric: rename completion back to _fab 2018-11-16 18:55:07 +00:00
README.md fabric: add README (#7378) 2018-11-01 16:40:31 +01:00

Fabric

This plugin provides completion for Fabric.

To use it add fabric to the plugins array in your zshrc file.

plugins=(... fabric)