mirror of
https://github.com/starship/starship.git
synced 2024-11-07 17:05:09 +01:00
docs(preset): prevent cutting of the time (#2870)
* fix: prevent cutting of the time * fix: apply suggestions from review and add space Co-authored-by: user <user@localhost.localdomain>
This commit is contained in:
parent
a9c79c5061
commit
43a86f1a29
@ -113,7 +113,7 @@ format = '\[[$symbol($profile)(\($region\))(\[$duration\])]($style)\]'
|
||||
format = '\[[$symbol($version)]($style)\]'
|
||||
|
||||
[cmd_duration]
|
||||
format = "[⏱ $duration]($style)"
|
||||
format = '\[[⏱ $duration ]($style)\]'
|
||||
|
||||
[conda]
|
||||
format = '\[[$symbol$environment]($style)\]'
|
||||
|
Loading…
Reference in New Issue
Block a user