summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-09-20 02:33:29 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-09-20 02:33:29 +0300
commit6cec4ce40059fe4b1450794f20f7ab5fbda0735d (patch)
tree35fbf3653d527d9837e39d893ecd7249dfa87a7f /README.md
parent6deb3fe0946bbe7a7ae76b8e3357bdf536f84027 (diff)
parentd75cdf34d52f02dd49e81f9c693ca4277f92e27e (diff)
Merge branch 'master' into next
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7d78b6a7..98033e79 100644
--- a/README.md
+++ b/README.md
@@ -244,6 +244,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.
@@ -254,7 +255,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
@@ -307,7 +308,7 @@ network interface by setting:
#### 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: