aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-03-30 05:54:58 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-03-30 05:54:58 +0300
commit57158e5c3fce19ff5df1bf2778fc9177b5e498ff (patch)
tree43826bad5db0bc7e40c66b309f164374cda91408 /README.md
parent9421aad11eb8e1c67adac4b0614882f7c0e2582d (diff)
Fixing last commit. I must be getting tired.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index e2feb989..05a7f316 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,14 @@ elements (it is by default), and define a `DEFAULT_USER` in your `~/.zshrc`:
export DEFAULT_USER=<your username>
+#### 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
+
### Styling
You can configure the look and feel of your prompt easily with some built-in
@@ -125,14 +133,6 @@ 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