From c558a2ba17304c0d0ba9d55edeb8f047685b74f2 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 27 Aug 2023 09:54:32 -0400 Subject: [PATCH] Returned standard profile variable for AWS --- zsh/.config/zsh/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/functions b/zsh/.config/zsh/functions index b71dbc4..dcdb973 100644 --- a/zsh/.config/zsh/functions +++ b/zsh/.config/zsh/functions @@ -20,7 +20,7 @@ function ag-count { function aws-profile { if [ $# -eq 0 ]; then - echo Current AWS Profile: $AWS_DEFAULT_PROFILE + echo Current AWS Profile: $AWS_PROFILE else export AWS_DEFAULT_PROFILE=$1 export AWS_PROFILE=$1