mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-17 04:29:14 +02: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,6 +13,7 @@ function agp {
|
|||
|
||||
}
|
||||
function asp {
|
||||
export AWS_PROFILE=$1
|
||||
export AWS_DEFAULT_PROFILE=$1
|
||||
export RPROMPT="<aws:$AWS_DEFAULT_PROFILE>"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue