aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-03-30 05:53:18 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-03-30 05:53:18 +0300
commit9421aad11eb8e1c67adac4b0614882f7c0e2582d (patch)
tree1953bbe992efcf4f08c97f6219bf57985df488c8 /README.md
parent60ee8b7936513bb2ed89364b901fee8501ef9bce (diff)
README: Breaking out the `vcs` segment docs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index a8ce107a..e2feb989 100644
--- a/README.md
+++ b/README.md
@@ -76,11 +76,6 @@ 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 in a `git` or `hg` repository, enable
-`POWERLEVEL9K_SHOW_CHANGESET` in your `~/.zshrc`:
-
- POWERLEVEL9K_SHOW_CHANGESET=true
-
#### The AWS Profile Segment
If you would like to display the [current AWS
@@ -130,6 +125,14 @@ Light'](https://github.com/altercation/solarized) users. Check it out:
![](http://bhilburn.org/content/images/2015/03/solarized-light.png)
+#### The VCS Information Segment
+
+By default, the `vcs` segment will provide quite a bit of information. If you
+would also like for it to display the current hash / changeset, simply define
+`POWERLEVEL9K_SHOW_CHANGESET` in your `~/.zshrc`:
+
+ POWERLEVEL9K_SHOW_CHANGESET=true
+
### Bugs / Contact
If you have any requests or bug reports, please use the tracker in this Github