mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat: Add configuration to set how much AWS profile info is shown (#556)
This commit is contained in:
committed by
Matan Kushner
parent
26fa4ec1ea
commit
fa1267f12f
@@ -123,11 +123,12 @@ The `aws` module shows the current AWS region and profile. This is based on
|
||||
|
||||
### Options
|
||||
|
||||
| Variable | Default | Description |
|
||||
| ---------- | --------------- | ---------------------------------------------------------- |
|
||||
| `symbol` | `"☁️ "` | The symbol used before displaying the current AWS profile. |
|
||||
| `style` | `"bold yellow"` | The style for the module. |
|
||||
| `disabled` | `false` | Disables the `AWS` module. |
|
||||
| Variable | Default | Description |
|
||||
| ----------------- | --------------- | ----------------------------------------------------------------------------|
|
||||
| `symbol` | `"☁️ "` | The symbol used before displaying the current AWS profile. |
|
||||
| `style` | `"bold yellow"` | The style for the module. |
|
||||
| `disabled` | `false` | Disables the `AWS` module. |
|
||||
| `displayed_items` | `all` | Choose which item to display. Possible values: [`all`, `profile`, `region`] |
|
||||
|
||||
### Example
|
||||
|
||||
@@ -137,6 +138,7 @@ The `aws` module shows the current AWS region and profile. This is based on
|
||||
[aws]
|
||||
style = "bold blue"
|
||||
symbol = "🅰 "
|
||||
displayed_items = "region"
|
||||
```
|
||||
|
||||
## Battery
|
||||
|
||||
Reference in New Issue
Block a user