From 958b11b77e42c14f820609565a11bf148dfe3f95 Mon Sep 17 00:00:00 2001 From: Gilad Goldberg Date: Sat, 19 Sep 2015 21:38:55 +0300 Subject: [PATCH] Make docs reflect difference between status and longstatus --- README.md | 5 +++-- powerlevel9k.zsh-theme | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0699d163..a3f11cf9 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index cfcecdef..3e591109 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -17,7 +17,7 @@ # # Customize which segments appear in which prompts (below is also the default): # POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs) -# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time) +# POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(longstatus history time) # # Set your Amazon Web Services profile for the `aws` segment: # export AWS_DEFAULT_PROFILE=