summaryrefslogtreecommitdiff
path: root/config/p10k-rainbow.zsh
diff options
context:
space:
mode:
authorHenry Bley-Vroman <bley.vroman@gmail.com>2020-07-11 23:53:38 +0300
committerGitHub <noreply@github.com>2020-07-11 23:53:38 +0300
commit34952e4a850bceef2e17af9b24741b4db7003357 (patch)
treeab9d937213f759ab3155ad0c9aa3b7bf0142737d /config/p10k-rainbow.zsh
parent6c9d0977a6378239f4153f5d3700bc5f70b36c3d (diff)
Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments (#880)
Diffstat (limited to 'config/p10k-rainbow.zsh')
-rw-r--r--config/p10k-rainbow.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh
index 3377b8b9..74db332c 100644
--- a/config/p10k-rainbow.zsh
+++ b/config/p10k-rainbow.zsh
@@ -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