mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
chore(aws): adds space to the duration variable (#3872)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"disabled": false,
|
||||
"expiration_symbol": "X",
|
||||
"force_display": false,
|
||||
"format": "on [$symbol($profile )(\\($region\\) )(\\[$duration\\])]($style)",
|
||||
"format": "on [$symbol($profile )(\\($region\\) )(\\[$duration\\] )]($style)",
|
||||
"profile_aliases": {},
|
||||
"region_aliases": {},
|
||||
"style": "bold yellow",
|
||||
@@ -1479,7 +1479,7 @@
|
||||
"properties": {
|
||||
"format": {
|
||||
"description": "The format for the module.",
|
||||
"default": "on [$symbol($profile )(\\($region\\) )(\\[$duration\\])]($style)",
|
||||
"default": "on [$symbol($profile )(\\($region\\) )(\\[$duration\\] )]($style)",
|
||||
"type": "string"
|
||||
},
|
||||
"symbol": {
|
||||
|
||||
Reference in New Issue
Block a user