Skip to content

Commit

Permalink
Switching AWS CLI auto-prompt mode to on-partial
Browse files Browse the repository at this point in the history
Workaround for aws/aws-cli#8330
  • Loading branch information
joehorsnell committed Nov 15, 2023
1 parent 4260420 commit ae7eeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ fi
[ -d "/opt/homebrew/opt/curl/bin" ] && export PATH="/opt/homebrew/opt/curl/bin:$PATH"

# https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-prompting.html
export AWS_CLI_AUTO_PROMPT=on
export AWS_CLI_AUTO_PROMPT=on-partial
# https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-completion.html
if command -v aws_completer 1>/dev/null 2>&1; then
complete -C 'aws_completer' aws
Expand Down

0 comments on commit ae7eeea

Please sign in to comment.