From a73dd5c44f5268ffe5c2abd8fb59788e28316b99 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 1 Jun 2025 13:23:58 -0700 Subject: [PATCH] p10k(snap): remove seconds from date --- .config/shell/p10k/snap-autodark.p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/p10k/snap-autodark.p10k.zsh b/.config/shell/p10k/snap-autodark.p10k.zsh index e66cf05..db5afe8 100644 --- a/.config/shell/p10k/snap-autodark.p10k.zsh +++ b/.config/shell/p10k/snap-autodark.p10k.zsh @@ -1661,7 +1661,7 @@ # Current time color. typeset -g POWERLEVEL9K_TIME_FOREGROUND=66 # Format for the current time: 09:51:02. See `man 3 strftime`. - typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}' + typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M}' # 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 as opposed to the default # behavior where they contain the end times of their preceding commands.