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 d09b878d..81746e0c 100644 --- a/home-manager/common/software/cli/bash.d/starship-theme.nix +++ b/home-manager/common/software/cli/bash.d/starship-theme.nix @@ -23,9 +23,10 @@ in "[](fg:${yellowColor} bg:${blueColor})" "$git_branch" "$git_status" - "[](fg:${blueColor} bg:${redColor})" "$rust" "$docker_context" + "$nix_shell" + "[](fg:${blueColor} bg:${redColor})" "$status" "[ ](fg:${redColor})" ];