🐛 fix(starship): not referencing the style attribute for the gcloud entry

This commit is contained in:
Sergio Laín 2024-04-08 09:36:20 +02:00
parent 19b4438541
commit 1be18a1d07
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -40,7 +40,7 @@ symbol = " "
# Gcloud entry
[gcloud]
format = "on [$symbol$domain](style) "
format = "on [$symbol$domain]($style) "
symbol = "☁️ "
style = "bold blue"