diff options
author | Gilad Goldberg <ggoldberg@paypal.com> | 2015-09-19 21:38:55 +0300 |
---|---|---|
committer | Gilad Goldberg <ggoldberg@paypal.com> | 2015-09-19 21:39:03 +0300 |
commit | 958b11b77e42c14f820609565a11bf148dfe3f95 (patch) | |
tree | 2f0afad673dc597058fd8f56b55c46570a983550 /README.md | |
parent | 692e6a7130deb393cd91b15356858ee03fd4fb1e (diff) |
Make docs reflect difference between status and longstatus
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -236,6 +236,7 @@ currently available are: * **rbenv** - Ruby environment information (if one is active). * **rspec_stats** - Show a ratio of test classes vs code classes for RSpec. * **status** - The return code of the previous command, and status of background jobs. +* **longstatus** - Same as previous, except this creates a status segment for the *right* prompt. * **symfony2_tests** - Show a ratio of test classes vs code classes for Symfony2. * **symfony2_version** - Show the current Symfony2 version, if you are in a Symfony2-Project dir. * **time** - System time. @@ -246,7 +247,7 @@ To specify which segments you want, just add the following variables to your `~/.zshrc`. If you don't customize this, the below configuration is the default: POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs) - POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time) + POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(longstatus history time) #### The AWS Profile Segment @@ -278,7 +279,7 @@ to a certain length: #### The 'time' segment -By default the time is show in 'H:M:S' format. If you want to change it, +By default the time is show in 'H:M:S' format. If you want to change it, just set another format in your `~/.zshrc`. As an example, this is a reversed time format: |