From 7c6497950ace368e4514aed7071a0d79eee432ff Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 24 Jun 2020 12:10:06 +0200 Subject: [PATCH] disabled command exec time in p10k --- .p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.p10k.zsh b/.p10k.zsh index 86230d1..7c45cd7 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -47,7 +47,7 @@ typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= status # exit code of the last command - command_execution_time # duration of the last command + #command_execution_time # duration of the last command background_jobs # presence of background jobs direnv # direnv status (https://direnv.net/) asdf # asdf version manager (https://github.com/asdf-vm/asdf)