Changed AWS icon

This commit is contained in:
Andrea Mistrali 2021-12-15 11:24:02 +01:00
parent e9c8d01fe9
commit f89f77715c
No known key found for this signature in database
GPG Key ID: 6FB0A77F6D5DA9B2
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ prompt_mypure_set_aws() {
if [[ "$AWS_PROFILE" =~ "$_aws_prod_profile" ]]; then if [[ "$AWS_PROFILE" =~ "$_aws_prod_profile" ]]; then
prompt_mypure_aws_prod=1 prompt_mypure_aws_prod=1
fi fi
prompt_mypure_aws="/$AWS_PROFILE/" prompt_mypure_aws="$AWS_PROFILE"
fi fi
} }