Fix shell timestamp getting cut off
This commit is contained in:
parent
0c3fe287d4
commit
19b450eca9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue