home/starship: drop min time to 2 seconds

This commit is contained in:
Primrose 2026-01-20 15:28:17 +01:00
parent 9c728011be
commit f772e03821
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -108,7 +108,7 @@ style = "blue"
#################### Right hand side #################### #################### Right hand side ####################
[cmd_duration] [cmd_duration]
min_time = 60_000 min_time = 2_000
show_milliseconds = true show_milliseconds = true
style = 'blue' style = 'blue'
format = '([$duration]($style) )' format = '([$duration]($style) )'