summaryrefslogtreecommitdiff
path: root/plugins/aws
AgeCommit message (Collapse)Author
2018-05-10Update AWS completion (#6745)Hosh
2017-11-07speed up chruby plugin by eliminating(as much as possible) calls to brew (#6080)T0mK0
* speed up chruby plugin by eliminating(as much as possible) calls to brew * speed up aws plugin by eliminating(as much as possible) calls to brew
2015-09-04Fix aws plugin RPROMPT pollutionAlexey V Zapparov
2015-06-14Merge pull request #3975 from wernerb/patch-1Robby Russell
Set AWS_PROFILE and use existing RPROMPT
2015-06-10Fix homebrew directory in aws plugin.Andrew Purcell
Sometimes the output of ``homebrew --prefix`` and ``homebrew --prefix awscli`` don't match, and the second is the correct call.
2015-06-09Set AWS_PROFILE and use existing RPROMPTWerner Buck
2014-12-16Fix aws.plugins.zsh check ruleSuperbil
Check _aws_zsh_completer_path had exist or not
2014-09-03Changed brew cmd to properly report if awscli is installed via homebrewMatt Walker
2014-08-30Amended to source the original aws_zsh_completer.sh rather thanDouglas S.D. Hall
the mangled version installed into $(brew-prefix)/bin if using homebrew installed awscli on OSX. This was discussed here - https://github.com/Homebrew/homebrew/issues/30268
2013-10-09Added a completion plugin for the new aws-cli toolCristian Măgherușan-Stanciu
It also supports quickly switching AWS profiles defined in ~/.aws/config using the asp alias