diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-07-27 02:22:29 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-07-27 02:22:29 +0300 |
commit | c37e4a8fa0e02ed7406dfbbfdaadc4bb103393d5 (patch) | |
tree | 70ff078bc977805a5b35f32e26444a7df3dd5c4d /README.md | |
parent | 961598e66bf43bedb89bc8e60919461a38fdf98c (diff) | |
parent | 188970f11e5d9b37962bd97a8fd54386979bc38b (diff) |
Merge remote-tracking branch 'dritter/dritter/disable_rprompt'
Allows disabling of the right prompt
Conflicts:
powerlevel9k.zsh-theme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -45,6 +45,7 @@ this theme focus on three primary goals: - [Symbols](#symbols) - [Styling](#styling) - [Double-Lined Prompt](#double-lined-prompt) + - [Disable Right Prompt](#disable-right-prompt) - [Light Color Theme](#light-color-theme) - [Segment Color Customization](#segment-color-customization) - [Special Segment Colors](#special-segment-colors) @@ -360,6 +361,12 @@ following variables in your `~/.zshrc`: POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="↱" POWERLEVEL9K_MULTILINE_SECOND_PROMPT_PREFIX="↳ " +#### Disable Right Prompt + +If you do not want a right prompt, you can disable it by setting: + + POWERLEVEL9K_DISABLE_RPROMPT=true + #### Light Color Theme If you prefer to use "light" colors, simply set `POWERLEVEL9K_COLOR_SCHEME` |