aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-04-01 01:35:15 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-04-01 01:35:15 +0300
commit3f890310c6675cd4b9955fe895856b11a240b99c (patch)
treead2910a40f8addfd78d5c83dded1930105000051
parentc57e46f63deddd251761dfbc43ea98655f86417a (diff)
parent6f61a266cc5408200c2d37de70b94ebbc0e4a9f8 (diff)
Merge branch 'master' into dritter/changeset_hash_length
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 74644d70..78c8946f 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ information in configurable prompt segments.
### Features
-* Supports `git` and `mercurial` repo information through OMZ's `VCS_INFO`:
+* Supports `git` and `mercurial` repo information through ZSH's `VCS_INFO`:
* branch / tag name
* current action status (rebasing, merging, etc.,)
* being behind / ahead of your remote by some number of commits
@@ -130,7 +130,7 @@ By default, `powerlevel9k` is a single-lined prompt. If you would like to have
the segments display on one line, and print the command prompt below it, simply
define `POWERLEVEL9K_PROMPT_ON_NEWLINE` in your `~/.zshrc`:
- export POWERLEVEL9K_PROMPT_ON_NEWLINE=true
+ POWERLEVEL9K_PROMPT_ON_NEWLINE=true
Here is what it looks like: