From 41d0fd207534c9975f8725e1277e1ce002514887 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Thu, 2 Oct 2025 09:25:35 +0200 Subject: [PATCH] korekty starship --- modules/home/starship.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/modules/home/starship.nix b/modules/home/starship.nix index fc31c3d..f4fa55d 100644 --- a/modules/home/starship.nix +++ b/modules/home/starship.nix @@ -36,15 +36,17 @@ in truncate_to_repo = false; substitutions = { "Documents" = "󰈙"; - "Downloads" = " "; - "Music" = " "; - "Pictures" = " "; + "Downloads" = ""; + "Music" = ""; + "Pictures" = ""; + "Projects" = ""; + "nix" = ""; }; }; character = { - success_symbol = "[❯](${accent})"; - error_symbol = "[❯](red)"; + success_symbol = "[ ](${accent})"; + error_symbol = "[ ](red)"; }; nix_shell = {