Merge pull request #3975 from wernerb/patch-1

Set AWS_PROFILE and use existing RPROMPT
master
Robby Russell 11 years ago
commit 04c301bb3a
  1. 3
      plugins/aws/aws.plugin.zsh

@ -13,7 +13,8 @@ function agp {
}
function asp {
export AWS_DEFAULT_PROFILE=$1
export RPROMPT="<aws:$AWS_DEFAULT_PROFILE>"
export AWS_PROFILE=$1
export RPROMPT="<aws:$AWS_DEFAULT_PROFILE>$RPROMPT"
}
function aws_profiles {
reply=($(grep profile $AWS_HOME/config|sed -e 's/.*profile \([a-zA-Z0-9_-]*\).*/\1/'))

Loading…
Cancel
Save