mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
fix(starship): disable Google Cloud indicator
This commit is contained in:
parent
9e210a376e
commit
36c40365f0
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ _: {
|
||||||
error_symbol = "[➜](bold red)";
|
error_symbol = "[➜](bold red)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gcloud.disabled = true;
|
||||||
|
|
||||||
bun.format = "[$symbol($version )]($style)";
|
bun.format = "[$symbol($version )]($style)";
|
||||||
cmd_duration.format = "[$duration]($style) ";
|
cmd_duration.format = "[$duration]($style) ";
|
||||||
deno.format = "[$symbol($version )]($style)";
|
deno.format = "[$symbol($version )]($style)";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue