diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-06-07 02:29:04 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-06-07 02:29:04 +0300 |
commit | 40219759bb4deaee31023e2ab01e0804f34bf00a (patch) | |
tree | c80ed4b7f387ba27f6a2531953a8482f0622b630 /powerlevel9k.zsh-theme | |
parent | 47e2aed4b2d19775b6f495dc6695d1b876aef083 (diff) | |
parent | 37cbc9a02d16b1d152dcc2c6af51214d316639d3 (diff) |
Merge branch 'fix_rprompt_newline' into staging_065
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-x | powerlevel9k.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index acd7c78a..df42a60e 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -1779,7 +1779,7 @@ $(print_icon 'MULTILINE_LAST_PROMPT_PREFIX')' fi if [[ "$POWERLEVEL9K_DISABLE_RPROMPT" != true ]]; then - RPROMPT='$RPROMPT_PREFIX%f%b%k$(build_right_prompt)%{$reset_color%}$RPROMPT_SUFFIX' + RPROMPT="${RPROMPT_PREFIX}"'%f%b%k$(build_right_prompt)%{$reset_color%}'"${RPROMPT_SUFFIX}" fi local NEWLINE=' |