summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEric Nielsen <ericbn+github@hey.com>2021-03-06 14:47:06 -0500
committerGitHub <noreply@github.com>2021-03-06 20:47:06 +0100
commitfb6cefa4b51a6e6cb0dbf649e302b591b71b4d6f (patch)
treea43eb208acf3596800e2503fa513ac4c85a3f57f /docs
parent7385dc27a98096ccc51fc19a7f8b4f88542a66ed (diff)
style(aws): Add spacing between profile and region (#2417)
and also after the symbol when using the Nerd font glyph.
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md4
-rw-r--r--docs/presets/README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index b00a3e922..475981683 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -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]
diff --git a/docs/presets/README.md b/docs/presets/README.md
index 58f2b9425..f8939242c 100644
--- a/docs/presets/README.md
+++ b/docs/presets/README.md
@@ -18,7 +18,7 @@ If emojis aren't your thing, this might catch your eye!
```toml
[aws]
-symbol = " "
+symbol = " "
[conda]
symbol = " "