From 69096e02c980c57a1a6b45dd4988d73690b859be Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Sat, 25 Jul 2015 11:27:18 +0200 Subject: [PATCH] Added a better example for the custom Time format. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c707d61..2e55d579 100644 --- a/README.md +++ b/README.md @@ -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