summaryrefslogtreecommitdiffstats
path: root/src/configs
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 /src/configs
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 'src/configs')
-rw-r--r--src/configs/aws.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/aws.rs b/src/configs/aws.rs
index 89a9d871d..2a033937d 100644
--- a/src/configs/aws.rs
+++ b/src/configs/aws.rs
@@ -14,7 +14,7 @@ pub struct AwsConfig<'a> {
impl<'a> RootModuleConfig<'a> for AwsConfig<'a> {
fn new() -> Self {
AwsConfig {
- format: "on [$symbol$profile(\\($region\\))]($style) ",
+ format: "on [$symbol($profile )(\\($region\\) )]($style)",
symbol: "☁️ ",
style: "bold yellow",
disabled: false,