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 2810e8dc..dde91122 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -54,7 +54,7 @@ in nix_shell = { disabled = false; heuristic = true; - format = " [$symbol$state( \($name\))]($style) "; + format = " [$symbol$state(\($name\))]($style)"; style = "fg:${whiteColor} bg:${blueColor}"; };