From e8d58539b406f17acd4cfe515b51e04446747873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20M=C4=83gheru=C8=99an-Stanciu?= Date: Mon, 17 Mar 2014 05:53:14 -0700 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Plugins.md b/Plugins.md index 320f71f..778c813 100644 --- a/Plugins.md +++ b/Plugins.md @@ -106,6 +106,19 @@ This does not add any commands on its own. Completion for the python file formatting (PEP8) tool +## aws + +Activates the ZSH completion plugin shipped together with the [aws command-line tool](http://aws.amazon.com/cli/) + +### Enabled aliases +Choose the current AWS credentials profile from those defined in .aws/config, with auto-completion support. + + asp + +Print the currently set AWS credentials profile + + agp + ## bower **Maintainer:** [miklos-martin](https://github.com/miklos-martin)