aws: Also set AWS_PROFILE for boto tool support

This commit is contained in:
Ethan McCreadie 2014-10-23 16:29:56 -04:00
commit 1d12cfa9b8

View file

@ -13,8 +13,9 @@ function agp {
}
function asp {
export AWS_PROFILE=$1
export AWS_DEFAULT_PROFILE=$1
export RPROMPT="<aws:$AWS_DEFAULT_PROFILE>"
export RPROMPT="<aws:$AWS_DEFAULT_PROFILE>"
}
function aws_profiles {