mirror of
https://github.com/starship/starship.git
synced 2025-08-11 00:56:24 +02:00
style(aws): Add spacing between profile and region (#2417)
and also after the symbol when using the Nerd font glyph.
This commit is contained in:
@ -253,7 +253,7 @@ is read from the `AWS_VAULT` env var.
|
||||
|
||||
| Option | Default | Description |
|
||||
| ---------------- | ---------------------------------------------- | --------------------------------------------------------------- |
|
||||
| `format` | `'on [$symbol$profile(\($region\))]($style) '` | The format for the module. |
|
||||
| `format` | `'on [$symbol($profile )(\($region\) )]($style)'` | The format for the module. |
|
||||
| `symbol` | `"☁️ "` | The symbol used before displaying the current AWS profile. |
|
||||
| `region_aliases` | | Table of region aliases to display in addition to the AWS name. |
|
||||
| `style` | `"bold yellow"` | The style for the module. |
|
||||
@ -278,7 +278,7 @@ is read from the `AWS_VAULT` env var.
|
||||
# ~/.config/starship.toml
|
||||
|
||||
[aws]
|
||||
format = 'on [$symbol$profile(\($region\))]($style) '
|
||||
format = 'on [$symbol($profile )(\($region\) )]($style)'
|
||||
style = "bold blue"
|
||||
symbol = "🅰 "
|
||||
[aws.region_aliases]
|
||||
|
@ -18,7 +18,7 @@ If emojis aren't your thing, this might catch your eye!
|
||||
|
||||
```toml
|
||||
[aws]
|
||||
symbol = " "
|
||||
symbol = " "
|
||||
|
||||
[conda]
|
||||
symbol = " "
|
||||
|
Reference in New Issue
Block a user