From 0fae90dfb6cb7861f412cc81bd5ce0b8808b2966 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sun, 1 May 2022 12:05:32 -0400 Subject: [PATCH] Adjust spacing of starship prompt --- common/home-manager/shell/starship.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"; };