Merge pull request #2 from dritter/dritter/better_customization

Allow users to much more easily customize the left and right prompts.
This commit is contained in:
Ben Hilburn
2015-03-22 12:51:07 -07:00
2 changed files with 35 additions and 19 deletions
+8
View File
@@ -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