mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
time in starship
This commit is contained in:
parent
c09861e498
commit
bf1931f51e
1 changed files with 7 additions and 1 deletions
|
|
@ -93,6 +93,12 @@ in
|
|||
gcloud.disabled = true;
|
||||
line_break.disabled = true;
|
||||
|
||||
time = {
|
||||
disabled = false;
|
||||
format = "at [$time]($style) ";
|
||||
style = "dimmed green";
|
||||
};
|
||||
|
||||
conda = {
|
||||
truncation_length = 1;
|
||||
format = ''[$symbol$environment]($style) '';
|
||||
|
|
@ -115,7 +121,7 @@ in
|
|||
disabled = false;
|
||||
};
|
||||
|
||||
format = ''$nix_shell$directory $git_branch $conda$env_var$cmd_duration$status$character'';
|
||||
format = ''$nix_shell$directory $git_branch $conda$env_var$time$cmd_duration$status$character'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue