p10k(snap): remove seconds from date

This commit is contained in:
PowerUser64 2025-06-01 13:23:58 -07:00
parent 9792416f40
commit a73dd5c44f

View file

@ -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.