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;
|
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 = " "; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue