diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-07-19 22:23:00 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-07-19 22:23:00 +0300 |
commit | 8e19cc05aa6c7d847eeea13fa08b2d2c4dff3e19 (patch) | |
tree | 13e8ce5539a2deafb64d63bb54a5464b48d29f70 /README.md | |
parent | d17fecbf81ddfc8fad682d3843b069a43dfa1c7b (diff) | |
parent | cb20e0e0d95227c7dfa44392527e123fe5527f53 (diff) |
Merge pull request #59 from dritter/dritter/multiline_improvements
Multiline icons are now customizable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -344,6 +344,11 @@ Here is what it looks like: ![](http://bhilburn.org/content/images/2015/03/double-line.png) +If you want other icons, you can set the following variables in your `~/.zshrc`: + + POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="↱" + POWERLEVEL9K_MULTILINE_SECOND_PROMPT_PREFIX="↳ " + #### Light Color Theme If you prefer to use "light" colors, simply set `POWERLEVEL9K_COLOR_SCHEME` |