From 1d396ac90c0ea211a0be4e5f7a8a64190538ba0a Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 6 Feb 2024 13:41:03 +0900 Subject: [PATCH] test --- home-manager/common/software/cli/bash.d/starship-theme.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-manager/common/software/cli/bash.d/starship-theme.nix b/home-manager/common/software/cli/bash.d/starship-theme.nix index 1e5a8e87..6e41a986 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -58,7 +58,7 @@ in directory = { style = "fg:${blackColor} bg:${yellowColor}"; format = "[ $path ]($style)"; - truncation_length = 2; + truncation_length = 3; truncation_symbol = "…/"; substitutions = { Documents = "󰈙 "; @@ -71,12 +71,12 @@ in git_branch = { symbol = ""; style = "fg:${whiteColor} bg:${blueColor}"; - format = "[$symbol $branch]($style)"; + format = "[ $symbol $branch]($style)"; }; git_status = { style = "fg:${whiteColor} bg:${blueColor}"; - format = " [ $all_status$ahead_behind]($style)"; + format = "[$all_status$ahead_behind ]($style)"; }; status = {