From fa0d48c7993bfb90be43bec0e01515121d975aba Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 31 Mar 2015 00:24:55 +0200 Subject: [PATCH 1/2] Wording: VCS_INFO is a feature of ZSH itself.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 286a0591..1751711a 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 From 04b420eb1b6aacab808de98c6e50d5525cd22654 Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 31 Mar 2015 01:31:52 +0200 Subject: [PATCH 2/2] No need to export POWERLEVEL9K_PROMPT_ON_NEW_LINE. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1751711a..100fd588 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,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: