From edeca3ae078ac202cf7124103cdad4f79cdc7b7f Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 29 Nov 2024 20:12:54 -0500 Subject: [PATCH] change prompt slightly --- p10k.zsh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/p10k.zsh b/p10k.zsh index 4003ceb..4fab346 100644 --- a/p10k.zsh +++ b/p10k.zsh @@ -1,7 +1,7 @@ -# Generated by Powerlevel10k configuration wizard on 2024-11-04 at 10:25 EST. -# Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 07533. -# Wizard options: nerdfont-v3 + powerline, small icons, pure, original, rprompt, -# 12h time, 2 lines, compact, transient_prompt, instant_prompt=verbose. +# Generated by Powerlevel10k configuration wizard on 2024-11-29 at 19:54 EST. +# Based on romkatv/powerlevel10k/config/p10k-pure.zsh. +# Wizard options: nerdfont-v3 + powerline, small icons, pure, original, 2 lines, +# compact, transient_prompt, instant_prompt=verbose. # Type `p10k configure` to generate another config. # # Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure). @@ -49,23 +49,23 @@ # Left prompt segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= - # context # user@host + context # user@host dir # current directory vcs # git status - # command_execution_time # previous command duration + command_execution_time # previous command duration # =========================[ Line #2 ]========================= newline # \n - # virtualenv # python virtual environment + virtualenv # python virtual environment prompt_char # prompt symbol ) # Right prompt segments. typeset -g POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= - command_execution_time # previous command duration - virtualenv # python virtual environment - context # user@host - # time # current time + # command_execution_time # previous command duration + # virtualenv # python virtual environment + # context # user@host + # time # current time # =========================[ Line #2 ]========================= newline # \n ) @@ -154,7 +154,7 @@ # Grey current time. typeset -g POWERLEVEL9K_TIME_FOREGROUND=$grey # Format for the current time: 09:51:02. See `man 3 strftime`. - typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%I:%M:%S %p}' + typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}' # If set to true, time will update when you hit enter. This way prompts for the past # commands will contain the start times of their commands rather than the end times of # their preceding commands.