mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07: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:
committed by
GitHub
parent
a9c79c5061
commit
43a86f1a29
@@ -113,7 +113,7 @@ format = '\[[$symbol($profile)(\($region\))(\[$duration\])]($style)\]'
|
|||||||
format = '\[[$symbol($version)]($style)\]'
|
format = '\[[$symbol($version)]($style)\]'
|
||||||
|
|
||||||
[cmd_duration]
|
[cmd_duration]
|
||||||
format = "[⏱ $duration]($style)"
|
format = '\[[⏱ $duration ]($style)\]'
|
||||||
|
|
||||||
[conda]
|
[conda]
|
||||||
format = '\[[$symbol$environment]($style)\]'
|
format = '\[[$symbol$environment]($style)\]'
|
||||||
|
|||||||
Reference in New Issue
Block a user