From 803dbe749aed349c8efafe9ca1a218ac51a8fe58 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 17 Feb 2018 22:53:43 -0500 Subject: [PATCH] removed command duration from zsh prompt --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f2e71e6..1e11445 100644 --- a/.zshrc +++ b/.zshrc @@ -29,7 +29,7 @@ POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='teal' #POWERLEVEL9K_PROMPT_ON_NEWLINE=true #POWERLEVEL9K_PROMPT_ADD_NEWLINE=true POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir vcs vi_mode) -POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(command_execution_time root_indicator dir_writable background_jobs context) +POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(root_indicator dir_writable background_jobs context) POWERLEVEL9K_VI_INSERT_MODE_STRING="INS" POWERLEVEL9K_VI_MODE_INSERT_BACKGROUND='green' POWERLEVEL9K_VI_MODE_INSERT_FOREGROUND='white'