summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDominik Ritter <dominik.ritter@pixelhouse.de>2015-03-22 22:10:09 +0300
committerDominik Ritter <dominik.ritter@pixelhouse.de>2015-03-22 22:10:09 +0300
commitd3125e8b6fe90d0c8dd28bcc1d8a2d64d49d8e4e (patch)
treed3510cf010ec25db8e15f1efe3c2814f55889f4b /README.md
parent2d6971622911962badbf44504618535a4a97991e (diff)
All elements can now be on each side.
For better customization, you can add an array of elements in your zshrc: POWERLEVEL9K_LEFT_PROMPT_ELEMENTS POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5fc09a94..62707906 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,14 @@ in your `~/.zshrc`:
export DEFAULT_USER=<your username>
+### Customization
+
+You can choose, which segments are shown on each side. Just add the following variables to
+your `~/.zshrc`:
+
+ POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir git)
+ POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time)
+
### Bugs / Contact
If you have any requests or bug reports, please use the tracker in this Github