mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-18 22:12:32 +01:00
Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments (#880)
This commit is contained in:
parent
6c9d0977a6
commit
34952e4a85
4 changed files with 4 additions and 4 deletions
|
|
@ -501,7 +501,7 @@
|
|||
# Execution time color.
|
||||
typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=0
|
||||
typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_BACKGROUND=3
|
||||
# Show duration of the last command if takes longer than this many seconds.
|
||||
# Show duration of the last command if takes at least this many seconds.
|
||||
typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=3
|
||||
# Show this many fractional digits. Zero means round to seconds.
|
||||
typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue