Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments

This commit is contained in:
Henry Bley-Vroman olets@olets.dev 2020-07-11 16:05:26 -04:00 committed by Henry Bley-Vroman
commit be3f44a768
No known key found for this signature in database
GPG key ID: 5CCA124DFFF2CD60
4 changed files with 4 additions and 4 deletions

View file

@ -497,7 +497,7 @@
typeset -g POWERLEVEL9K_STATUS_ERROR_PIPE_VISUAL_IDENTIFIER_EXPANSION='✘'
###################[ command_execution_time: duration of the last command ]###################
# 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