Merge pull request #667 from akranga/master

Add support for both AWS_PROFILE and AWS_DEFAULT_PROFILE
pull/22/head
Ben Hilburn 7 years ago committed by GitHub
commit 87acc51aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'

Loading…
Cancel
Save