diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-04-09 00:55:20 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-04-09 00:55:20 +0300 |
commit | 8ea95a615bf791d20a34613005ec68ed68c4a979 (patch) | |
tree | 4b13fc4060f8045f8c684b0788e44ec12d631deb | |
parent | fb7f0097697f4a78861f6e026bb0444f268c335a (diff) | |
parent | 6b7406101228405378e7b1e346fd1316e14403f9 (diff) |
Merge pull request #23 from dritter/dritter/readme_fixes
Fixed indendation
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,8 +123,8 @@ a quick overview about the test situation of the project you are dealing with. 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}' + # Reversed time format + POWERLEVEL9K_TIME_FORMAT='%D{%S:%M:%H}' #### The 'vcs' Segment |