diff options
author | Dominik Ritter <dominik.ritter@pixelhouse.de> | 2015-03-22 22:10:09 +0300 |
---|---|---|
committer | Dominik Ritter <dominik.ritter@pixelhouse.de> | 2015-03-22 22:10:09 +0300 |
commit | d3125e8b6fe90d0c8dd28bcc1d8a2d64d49d8e4e (patch) | |
tree | d3510cf010ec25db8e15f1efe3c2814f55889f4b /README.md | |
parent | 2d6971622911962badbf44504618535a4a97991e (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.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |