From 817500961e10a84d7e669a6cc98bb59a5acc08a2 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Thu, 4 Jun 2026 21:54:26 +0200 Subject: modify shell configs a little --- .p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.p10k.zsh') 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 ) -- cgit v1.3-7-ge9ab