index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
aws
/
aws.plugin.zsh
Age
Commit message (
Expand
)
Author
2020-07-18
aws: improve check for aws_completer - unhardcode path (#9123)
Amir Tahvildaran
2020-07-09
aws: allow @ in AWS profiles (#9099)
Lutz Horn
2020-04-26
aws: fix aws_change_access_key function with awscli v2 (#8816)
tom139
2020-03-09
aws: fix awscli completion path on NixOS (#8707)
B YI
2020-03-05
aws: add support for AWS CLI v2 autocompletion (#8670)
Marc Cornellà
2020-01-30
aws: fix array assignment in asp function
Marc Cornellà
2019-05-28
aws: use function keyword in function definitions
Marc Cornellà
2019-05-26
aws: check availability of aws profiles (#7839)
programmer04
2019-05-25
aws: check for existence of config file in aws_profiles
Marc Cornellà
2019-05-10
aws: really unset AWS*PROFILE variables in asp function (#7838)
Mohamed El Mouctar Haidara
2019-04-29
aws: fix path resolution of aws completion for Ubuntu (#7812)
dorons
2019-04-09
Fix redundant export of RPROMPT in aws plugin
programmer04
2019-03-24
aws: clean up aws_change_access_key function
Marc Cornellà
2019-03-24
aws: added an alias for changing the AWS access key set on a profile
Cristian Măgherușan-Stanciu
2019-03-24
aws: set AWS_EB_PROFILE for the EB CLI (#7388)
Logan Lindquist
2019-03-24
aws: refactor AWS plugin (#7615)
David Kane
2019-03-23
aws: refactor completion sourcing logic (#7364)
Marc Cornellà
2018-12-31
aws_porfiles regex is catching more lines than profiles, thus breaking comple...
Anton Stamenov
2018-10-28
aws: use AWS_CONFIG_FILE to complete profiles
Jorge Vargas
2018-10-28
aws: change AWS_DEFAULT_PROFILE to AWS_PROFILE
Vargas, Jorge L
2018-05-16
allow . in profile names
Frank Wittig
2018-05-10
Update AWS completion (#6745)
Hosh
2017-11-07
speed up chruby plugin by eliminating(as much as possible) calls to brew (#6080)
T0mK0
2015-09-04
Fix aws plugin RPROMPT pollution
Alexey V Zapparov
2015-06-14
Merge pull request #3975 from wernerb/patch-1
Robby Russell
2015-06-10
Fix homebrew directory in aws plugin.
Andrew Purcell
2015-06-09
Set AWS_PROFILE and use existing RPROMPT
Werner Buck
2014-12-16
Fix aws.plugins.zsh check rule
Superbil
2014-09-03
Changed brew cmd to properly report if awscli is installed via homebrew
Matt Walker
2014-08-30
Amended to source the original aws_zsh_completer.sh rather than
Douglas S.D. Hall
2013-10-09
Added a completion plugin for the new aws-cli tool
Cristian Măgherușan-Stanciu