From f397643f5e83ce1550d5e4a4c4fae2543bc6862a Mon Sep 17 00:00:00 2001 From: qwjyh Date: Tue, 20 Sep 2022 15:28:48 +0900 Subject: [PATCH] starship update --- dotfiles/starship/starship.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dotfiles/starship/starship.toml b/dotfiles/starship/starship.toml index 3e5f6fb..ecaf046 100644 --- a/dotfiles/starship/starship.toml +++ b/dotfiles/starship/starship.toml @@ -78,10 +78,16 @@ symbol = "ﳒ" powershell_indicator = ">_" disabled = false +[status] +format = "[\\[$symbol$status\\]]($style) " +symbol = "" +style = "bg:red" +disabled = false + [sudo] disabled = false [time] format = "at [$time]($style) " style = "bold yellow bg:gray" -disabled = false \ No newline at end of file +disabled = false