diff --git a/options/custom/programs/starship/default.nix b/options/custom/programs/starship/default.nix index e93b776..db7265b 100644 --- a/options/custom/programs/starship/default.nix +++ b/options/custom/programs/starship/default.nix @@ -43,7 +43,6 @@ in { format = concatStrings [ # Top left - "$shell" "$all" "$fill" @@ -56,6 +55,7 @@ in { # Bottom left "$jobs" + "$shell" "$character" ];