fix: Fix the spacing around the AWS default symbol (#529)

This updates the default AWS default symbol to include a space after the
symbol to make it a little bit more readable. Have also updated the
README to include the AWS module.
This commit is contained in:
Thomas O'Donnell
2019-10-14 14:56:16 +01:00
committed by Matan Kushner
parent 4d1f0b6c6f
commit a18408e30c
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ The `aws` module shows the current AWS profile. This is based on the
| Variable | Default | Description |
| ---------- | --------------- | ---------------------------------------------------------- |
| `symbol` | `"☁️ "` | The symbol used before displaying the current AWS profile. |
| `symbol` | `"☁️ "` | The symbol used before displaying the current AWS profile. |
| `style` | `"bold yellow"` | The style for the module. |
| `disabled` | `false` | Disables the `AWS` module. |