From b6c8e974fcddb8f2d1d2d6001c56e42d1e82c4a5 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 5 Feb 2021 12:42:55 +0100 Subject: [PATCH] I don't care about few seconds of running time either. --- zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 383b28d..0b9c099 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -97,7 +97,7 @@ typeset -g POWERLEVEL9K_VCS_GIT_BITBUCKET_ICON='\uF126' # command_execution_time - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=3 + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=30 typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PRECISION=0 typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND=220 typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT='d h m s'