From b2c6113631e52bb818e2d4a911a939b6dd8616f5 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 18 Feb 2020 14:45:21 +0100 Subject: [PATCH] Add ansible section --- Plugins.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Plugins.md b/Plugins.md index 99d927b..683d1b1 100644 --- a/Plugins.md +++ b/Plugins.md @@ -293,6 +293,13 @@ Below is a list of bundled plugins Deprecated: - [fedora](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fedora) + +## ansible + +Adds `ansible` autocompletion and aliases. Usage documentation can be found in the [plugin README](https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/ansible/README.md). + +--- + ## apache2-macports **Maintainer:** [robbyrussell](https://github.com/robbyrussell)