p10k(snap): remove seconds from date
This commit is contained in:
parent
9792416f40
commit
a73dd5c44f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue