From 4673a1e990ef19aba011aa5bc5b19319cbbd4102 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Wed, 13 Dec 2023 03:51:44 +0100 Subject: [PATCH] Starship: always show command duration --- modules/desktop/zsh.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/desktop/zsh.nix b/modules/desktop/zsh.nix index f0db74f..92f4535 100644 --- a/modules/desktop/zsh.nix +++ b/modules/desktop/zsh.nix @@ -53,7 +53,10 @@ in { enableZshIntegration = true; settings = { add_newline = true; - cmd_duration = { show_milliseconds = true; }; + cmd_duration = { + min_time = 0; + show_milliseconds = true; + }; scala = { symbol = " "; }; terraform = { symbol = "󱁢 "; }; nix_shell = { symbol = "󱄅 "; };