From 1be18a1d0769ef4ce7e7f3b14e4d53393129d63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 8 Apr 2024 09:36:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(starship):=20not=20referenci?= =?UTF-8?q?ng=20the=20style=20attribute=20for=20the=20gcloud=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/starship/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/starship/starship.toml b/.config/starship/starship.toml index 9bb5c916..06f0087f 100644 --- a/.config/starship/starship.toml +++ b/.config/starship/starship.toml @@ -40,7 +40,7 @@ symbol = " " # Gcloud entry [gcloud] -format = "on [$symbol$domain](style) " +format = "on [$symbol$domain]($style) " symbol = "☁️ " style = "bold blue"