From 80c3574f6c6cd706dd12ab3aba9890fff3c408f4 Mon Sep 17 00:00:00 2001 From: Junaid Ali Date: Fri, 19 Sep 2025 15:20:54 +0100 Subject: [PATCH] Update aws.plugin.zsh --- plugins/aws/aws.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/aws/aws.plugin.zsh b/plugins/aws/aws.plugin.zsh index aa2ff63d3..d6484aace 100644 --- a/plugins/aws/aws.plugin.zsh +++ b/plugins/aws/aws.plugin.zsh @@ -46,7 +46,7 @@ function asp() { if [[ -z "${AWS_PROFILE_REGION}" ]]; then if [[ -z "${available_profiles[(r)default]}" ]]; then echo "region defaulting to us-east-1" - AWS_PROFILE_REGION=us-east-1 + export AWS_PROFILE_REGION=us-east-1 else export AWS_PROFILE_REGION=$(aws configure get region --profile default) fi