diff --git a/common/home-manager/shell/starship.nix b/common/home-manager/shell/starship.nix index 6b9088d..7c832d1 100644 --- a/common/home-manager/shell/starship.nix +++ b/common/home-manager/shell/starship.nix @@ -26,18 +26,18 @@ in { directory = { truncation_length = 6; truncation_symbol = "⋯ /"; - read_only = " "; + read_only = "  "; read_only_style = "cyan"; }; nix_shell = { format = "[$symbol]($style)"; - symbol = "❄️ "; + symbol = "❄️ "; }; jobs = { format = "[$symbol$number]($style) "; - symbol = ""; + symbol = " "; style = "${bright-green}"; };