From c83aa1e9ecd04689bf867f55eec1142d7e8a7884 Mon Sep 17 00:00:00 2001 From: gwbeip Date: Sun, 25 Jan 2026 18:49:34 +0800 Subject: [PATCH] prompt directory color --- starship/starship.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/starship/starship.toml b/starship/starship.toml index 2b3a8a2..a368ee5 100644 --- a/starship/starship.toml +++ b/starship/starship.toml @@ -87,7 +87,8 @@ aliases = { "DESKTOP-GD7R6G4" = "Main", "DESKTOP-NDHG1UL" = "LabPC" } [directory] read_only = " 󰌾" -style = "bold fg:#534178" +# style = "bold fg:#534178" +style = "bold fg:#9d8fbe" format = "[ $path ]($style)" truncation_length = 4 truncation_symbol = "…/"