From 34952e4a850bceef2e17af9b24741b4db7003357 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Sat, 11 Jul 2020 16:53:38 -0400 Subject: Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments (#880) --- config/p10k-rainbow.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/p10k-rainbow.zsh') 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 -- cgit v1.2.3