From 19b450eca996f2fbb3be1ad3e8bce5b67659792a Mon Sep 17 00:00:00 2001 From: kiana-S Date: Sun, 10 Apr 2022 16:04:40 -0400 Subject: [PATCH] Fix shell timestamp getting cut off --- common/home-manager/shell/starship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;