aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-03-30 00:21:04 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-03-30 00:21:04 +0300
commit4dce90428a066a254600d26c36a4b6b1992e60a2 (patch)
treeb0e43a0adb872816a9b59381be110dbb4b25803a /README.md
parentdcc18581aea057d819c76ffa7a1677747a57857e (diff)
Adding note about showing tracking branch to README
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 2aefc839..9de30c0b 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ information.
* branch / tag name
* current action status (rebasing, merging, etc.,)
* being behind / ahead of your remote
+ * conditionally shows remote tracking branch if it differs from local
* various local working tree statuses
* Shows command number in right-prompt (so you can `$ !<num>` to re-run)
* Shows return-code of command if it is an error code
@@ -77,8 +78,8 @@ To specify which segments you want, just add the following variables to your
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir rbenv vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time)
-If you want to show the current changeset, enable `POWERLEVEL9K_SHOW_CHANGESET`
-in your `~/.zshrc`:
+If you want to show the current changeset in a `git` or `hg` repository, enable
+`POWERLEVEL9K_SHOW_CHANGESET` in your `~/.zshrc`:
POWERLEVEL9K_SHOW_CHANGESET=true