diff --git a/common/home-manager/shell/starship.nix b/common/home-manager/shell/starship.nix index 08f8c0c..308f2dc 100644 --- a/common/home-manager/shell/starship.nix +++ b/common/home-manager/shell/starship.nix @@ -8,7 +8,7 @@ in { programs.starship.settings = { - format = "$directory$nix_shell$all$fill$cmd_duration$status$jobs$time$line_break$character"; + format = "$directory$nix_shell$all$fill$cmd_duration$status$jobs$time $line_break$character"; fill.symbol = " "; add_newline = true;