alias aws-profile-choose='x() { select prof in $( aws configure list-profiles ) ; do echo "$prof"; export AWS_PROFILE="$prof"; break; done }; x'