diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2015-07-19 15:57:17 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2015-07-19 15:57:17 +0300 |
commit | cb20e0e0d95227c7dfa44392527e123fe5527f53 (patch) | |
tree | 7bc58542dd312569e1e7dde2127ce5f34286997e /README.md | |
parent | 3076c72f2e586f98ff0ffcdf352986bbb7775e94 (diff) |
Made Multiline-Icons customizable.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -343,6 +343,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` |