summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2015-03-22 22:51:07 +0300
committerBen Hilburn <bhilburn@gmail.com>2015-03-22 22:51:07 +0300
commit10ce7c35661acbc7dd5a63951a2aa60380a9ea78 (patch)
treed172a46d1f9d75f7df8c8ac5c2d3b61f6e53468b /README.md
parentd9affd771805ce41f577d315219dd3a738f8a312 (diff)
parentdb9b607b0e3691bfa07b9c875186d1f10d78e9e9 (diff)
Merge pull request #2 from dritter/dritter/better_customization
Allow users to much more easily customize the left and right prompts.
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 2fbb1103..e034f9ca 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,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