mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
aws: Also set AWS_PROFILE for boto tool support
This commit is contained in:
parent
7f07facf41
commit
1d12cfa9b8
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue