aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-07-25 12:27:18 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-07-25 15:25:29 +0300
commit69096e02c980c57a1a6b45dd4988d73690b859be (patch)
tree24c90523cb2bf1e4590e5798d69926818c025cf5 /README.md
parent9789afd142f4a8d61ecb9d029bc03d01a33a78cc (diff)
Added a better example for the custom Time format.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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