mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 17:38:29 +02:00
chore: starship - disable aws & gcp module
This commit is contained in:
@@ -14,15 +14,11 @@
|
|||||||
success_symbol = "[➜](bold green)";
|
success_symbol = "[➜](bold green)";
|
||||||
error_symbol = "[➜](bold red)";
|
error_symbol = "[➜](bold red)";
|
||||||
};
|
};
|
||||||
aws = {
|
# I never rely on the defaults, so this module is useless to me—disabled.
|
||||||
symbol = "☁️ 🅰 ";
|
# I prefer adding --project, --region to very gcloud/aws command.
|
||||||
};
|
aws.disabled = true;
|
||||||
gcloud = {
|
gcloud.disabled = true;
|
||||||
# do not show the account/project's info
|
|
||||||
# to avoid the leak of sensitive information when sharing the terminal
|
|
||||||
format = "on [$symbol$active(\($region\))]($style) ";
|
|
||||||
symbol = "☁️ 🅶 ️";
|
|
||||||
};
|
|
||||||
kubernetes = {
|
kubernetes = {
|
||||||
symbol = "⛵";
|
symbol = "⛵";
|
||||||
disabled = false;
|
disabled = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user