From f3e9782f9e6d412527d905c7ae9661125fc72af6 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 5 Oct 2021 23:36:07 +0200 Subject: [PATCH] Command execution time tweaks. --- zsh/p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 46b34cb..04686d4 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -20,10 +20,10 @@ dir vcs background_jobs - command_execution_time prompt_char ) typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( + command_execution_time vi_mode ) @@ -96,7 +96,7 @@ typeset -g POWERLEVEL9K_VCS_GIT_BITBUCKET_ICON='\uF126' # command_execution_time - typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=30 + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=2 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'