Skip to content

Commit a651c68

Browse files
committed
Starship: Disable AWS and gcloud account modules
Cloud account in the prompt was noise. Use `gcloud config get-value account` or `aws sts get-caller-identity` when actually needed.
1 parent bf844a6 commit a651c68

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

home/.chezmoidata/starship.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ starship:
2121
style: "bold lavender"
2222
git_branch:
2323
style: "bold mauve"
24+
aws:
25+
disabled: true
26+
gcloud:
27+
disabled: true
2428

2529
# Custom modules (added to config)
2630
custom:

0 commit comments

Comments
 (0)