mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-18 05:40:07 +00:00
Added a better example for the custom Time format.
This commit is contained in:
parent
9789afd142
commit
69096e02c9
1 changed files with 2 additions and 2 deletions
|
@ -278,8 +278,8 @@ to a certain length:
|
|||
By default the time is show in 'H:M:S' format. If you want to change it,
|
||||
just set another format in your `~/.zshrc`:
|
||||
|
||||
# Reversed time format
|
||||
POWERLEVEL9K_TIME_FORMAT='%D{%S:%M:%H}'
|
||||
# Output date and time with a nice symbol (awesome-terminal-font required)
|
||||
POWERLEVEL9K_TIME_FORMAT="%D{%H:%M:%S \uE868 %d.%m.%y}"
|
||||
|
||||
#### Unit Test Ratios
|
||||
|
||||
|
|
Loading…
Reference in a new issue