From b0aea019881df6fb8f28579311291f6ed670c7f9 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 1 Oct 2024 13:12:53 -0300 Subject: [PATCH] starship status changes --- users/common/programs.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/users/common/programs.nix b/users/common/programs.nix index d717337..6e99a6c 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -65,12 +65,15 @@ enableFishIntegration = true; settings = { add_newline = false; - format = "$character"; + format = '' + $directory$git_branch$git_status$nix_shell + [ ❯ ](bold green) + ''; + right_format = "$cmd_duration$character"; character = { - error_symbol = "[ 󱐋](red)"; - success_symbol = "[ 󱐋](green)"; + error_symbol = "[](red)"; + success_symbol = "[󱐋](green)"; }; - right_format = "$cmd_duration$git_branch$git_status$nix_shell"; cmd_duration = { format = "[󰄉 $duration ]($style)"; style = "yellow";