summaryrefslogtreecommitdiffstats
path: root/src/configs/aws.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/configs/aws.rs')
-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,