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.