feat(starship): set duration min_time to 2s

This commit is contained in:
winston 2023-03-18 00:11:45 +01:00
parent 40b6b92cc9
commit c2eb5de31d
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -116,7 +116,7 @@ style = 'bg:peach fg:#000000'
format = '[ $duration]($style)' format = '[ $duration]($style)'
style = 'bg:yellow fg:#000000' style = 'bg:yellow fg:#000000'
show_milliseconds = true show_milliseconds = true
min_time = 0 min_time = 2000
[status] [status]
style = 'bg:yellow fg:#000000' style = 'bg:yellow fg:#000000'