1
0
Fork 0
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:
Ryan Cao 2023-10-20 19:32:00 +08:00
parent 9e210a376e
commit 36c40365f0
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -9,6 +9,8 @@ _: {
error_symbol = "[](bold red)";
};
gcloud.disabled = true;
bun.format = "[$symbol($version )]($style)";
cmd_duration.format = "[$duration]($style) ";
deno.format = "[$symbol($version )]($style)";