Starship: always show command duration
This commit is contained in:
parent
a65d1e4acd
commit
4673a1e990
1 changed files with 4 additions and 1 deletions
|
|
@ -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 = " "; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue