summaryrefslogtreecommitdiffstats
path: root/src/configs
diff options
context:
space:
mode:
authorDario Vladović <d.vladimyr@gmail.com>2021-04-29 19:18:20 +0200
committerGitHub <noreply@github.com>2021-04-29 19:18:20 +0200
commit8a8dca71a68d0d84167a5c0071d0a21dca5651c2 (patch)
tree600e2bf3478c16bd7dc753ecaeb3b3bf4a4ecb5d /src/configs
parent16855fe8e24773173ee89e35108a538a831c0046 (diff)
fix(gcloud): add double space after cloud emoji symbol (#2666)
* fix(gcloud): add double space after cloud emoji symbol * docs(gcloud): update docs
Diffstat (limited to 'src/configs')
-rw-r--r--src/configs/gcloud.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/gcloud.rs b/src/configs/gcloud.rs
index fd291badf..77b65900f 100644
--- a/src/configs/gcloud.rs
+++ b/src/configs/gcloud.rs
@@ -16,7 +16,7 @@ impl<'a> Default for GcloudConfig<'a> {
fn default() -> Self {
GcloudConfig {
format: "on [$symbol$account(\\($region\\))]($style) ",
- symbol: "☁️ ",
+ symbol: "☁️ ",
style: "bold blue",
disabled: false,
region_aliases: HashMap::new(),