From 27b7a81b7d4975ac294a6adec09e59fef6cb134f Mon Sep 17 00:00:00 2001 From: Allard van den Brul Date: Wed, 1 Jun 2016 17:04:15 +0200 Subject: [PATCH] fixed typo/error --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 7ce5192..2d0012c 100644 --- a/Plugins.md +++ b/Plugins.md @@ -95,7 +95,7 @@ Activates the ZSH completion plugin shipped together with the [aws command-line | Alias | Description | |:------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| asp | Choose the current AWS credentials profile from those defined in .aws/config, with auto-completion support. Also makes the currently set plugin to be shown in the RPROMPT. | +| asp | Choose the current AWS credentials profile from those defined in .aws/config, with auto-completion support. Also makes the currently set profile to be shown in the RPROMPT. | | agp | Print the currently set AWS credentials profile. | ---