From 57aace1fd8b38d31ed7955927de3fb19ae2537f9 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 7 Feb 2020 14:19:55 +0100 Subject: [PATCH] bug fix --- zsh/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index 275b926..58c831b 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -494,7 +494,7 @@ # Duration format: 1d 2h 3m 4s. typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_FORMAT='d h m s' # Custom icon. - # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION='⭐' + typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_VISUAL_IDENTIFIER_EXPANSION='' # Custom prefix. # typeset -g POWERLEVEL9K_COMMAND_EXECUTION_TIME_PREFIX='%ftook '