summaryrefslogtreecommitdiffstats
path: root/src/configs
diff options
context:
space:
mode:
authorDario Vladović <d.vladimyr@gmail.com>2021-04-30 08:19:54 +0200
committerGitHub <noreply@github.com>2021-04-30 08:19:54 +0200
commitff3c893a76268efcd55e629cfa8e7587a9677067 (patch)
treebeb21c3fa658db0d21e6b63db1a2631798cb5514 /src/configs
parentd242d40db61ca225be834b0747adf3f91a81bd03 (diff)
feat(gcloud): introduce separate `account` & `domain` format string variables (#2594)
* feat(gcloud): split gcloud profile into `account` & `domain` format variables * docs(gcloud): update documentation Co-authored-by: Filip Bachul <filip.b@masterborn.com>
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 77b65900f..50aa04a68 100644
--- a/src/configs/gcloud.rs
+++ b/src/configs/gcloud.rs
@@ -15,7 +15,7 @@ pub struct GcloudConfig<'a> {
impl<'a> Default for GcloudConfig<'a> {
fn default() -> Self {
GcloudConfig {
- format: "on [$symbol$account(\\($region\\))]($style) ",
+ format: "on [$symbol$account(@$domain)(\\($region\\))]($style) ",
symbol: "☁️ ",
style: "bold blue",
disabled: false,