Add support for both AWS_PROFILE and AWS_DEFAULT_PROFILE

This commit is contained in:
Antons Kranga 2017-11-07 11:30:23 +02:00
parent 948e7f5bff
commit 82bc300c62

View file

@ -287,7 +287,7 @@ prompt_anaconda() {
# AWS Profile
prompt_aws() {
local aws_profile="$AWS_DEFAULT_PROFILE"
local aws_profile="${AWS_PROFILE:-$AWS_DEFAULT_PROFILE}"
if [[ -n "$aws_profile" ]]; then
"$1_prompt_segment" "$0" "$2" red white "$aws_profile" 'AWS_ICON'