diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-03-22 22:51:07 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-03-22 22:51:07 +0300 |
commit | 10ce7c35661acbc7dd5a63951a2aa60380a9ea78 (patch) | |
tree | d172a46d1f9d75f7df8c8ac5c2d3b61f6e53468b /README.md | |
parent | d9affd771805ce41f577d315219dd3a738f8a312 (diff) | |
parent | db9b607b0e3691bfa07b9c875186d1f10d78e9e9 (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.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |