Starship: always show command duration

This commit is contained in:
Paul-Henri Froidmont 2023-12-13 03:51:44 +01:00
parent a65d1e4acd
commit 4673a1e990
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -53,7 +53,10 @@ in {
enableZshIntegration = true; enableZshIntegration = true;
settings = { settings = {
add_newline = true; add_newline = true;
cmd_duration = { show_milliseconds = true; }; cmd_duration = {
min_time = 0;
show_milliseconds = true;
};
scala = { symbol = " "; }; scala = { symbol = " "; };
terraform = { symbol = "󱁢 "; }; terraform = { symbol = "󱁢 "; };
nix_shell = { symbol = "󱄅 "; }; nix_shell = { symbol = "󱄅 "; };