aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-04-05 01:13:02 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-04-05 01:13:02 +0300
commit41bc89fb72a558ead29390177f29f0125d673f3c (patch)
tree6cd5e8c8a5dcd4fffbaa1c451ca0f23d7516dba0 /README.md
parent8d52f7b1894ac00eb01b79129750d69a3d21b5dd (diff)
parent13273fccd66709db62f93c772c9e052d398dac88 (diff)
Merge branch 'master' into dritter/test-ratio
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index e03cd98b..99e86317 100644
--- a/README.md
+++ b/README.md
@@ -111,13 +111,21 @@ elements (it is by default), and define a `DEFAULT_USER` in your `~/.zshrc`:
#### Test ratio
-The `symfony2_tests` and `rspec_tests` segments show both a ratio of code classes
+The `symfony2_tests` and `rspec_tests` segments show both a ratio of "real" classes
vs test classes. This is just a very simple ratio, and does not show your code
coverage or any sophisticated stats. All this does is just to count your files
and test files and calculate the ratio between them. Not more, but is may give
a quick overview about the test situation of the project you are dealing with.
-#### The VCS Information Segment
+#### The 'time' segment
+
+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}'
+
+#### The 'vcs' Segment
By default, the `vcs` segment will provide quite a bit of information. If you
would also like for it to display the current hash / changeset, simply define