aboutsummaryrefslogtreecommitdiff
path: root/.p10k.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.p10k.zsh')
-rw-r--r--.p10k.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.p10k.zsh b/.p10k.zsh
index 8530266..fcab5ab 100644
--- a/.p10k.zsh
+++ b/.p10k.zsh
@@ -62,10 +62,10 @@
# Right prompt segments.
typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(
# =========================[ Line #1 ]=========================
- # command_execution_time # previous command duration
+ command_execution_time # previous command duration
# virtualenv # python virtual environment
# context # user@host
- # time # current time
+ time # current time
# =========================[ Line #2 ]=========================
# newline # \n
)