From 1fe8aa0e5b868b21c9030b64c7456b06817318b1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 12 Jul 2024 06:45:57 +0100 Subject: [PATCH] Add C symbol back to starship Default symbol is just the character "C"... --- home/shell/starship.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shell/starship.nix b/home/shell/starship.nix index c5039112..e5942c8c 100644 --- a/home/shell/starship.nix +++ b/home/shell/starship.nix @@ -4,6 +4,7 @@ enableTransience = true; settings = { add_newline = false; + c.symbol = " "; character = { success_symbol = "[󰁔 ](bold green)"; error_symbol = "[󰁔 ](bold red)";