From 63a61f74b252d2f98474a6981c0bbe482d545743 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Tue, 3 Mar 2020 10:15:07 +0200 Subject: [PATCH] prompt tweaking --- .p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.p10k.zsh b/.p10k.zsh index caca0f7..f0343e1 100644 --- a/.p10k.zsh +++ b/.p10k.zsh @@ -161,7 +161,7 @@ fi typeset -ga POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( 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 # virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html) # anaconda # conda environment (https://conda.io/)