mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat: Show AWS region in aws module (#482)
This commit is contained in:
committed by
Matan Kushner
parent
a18408e30c
commit
b3275d8ddf
@@ -114,8 +114,9 @@ prompt_order = [
|
||||
|
||||
## AWS
|
||||
|
||||
The `aws` module shows the current AWS profile. This is based on the
|
||||
`AWS_PROFILE` env var.
|
||||
The `aws` module shows the current AWS region and profile. This is based on
|
||||
`AWS_REGION`, `AWS_DEFAULT_REGION`, and `AWS_PROFILE` env var with
|
||||
`~/.aws/config` file.
|
||||
|
||||
### Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user