diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-05-26 01:27:36 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-05-26 01:27:36 +0300 |
commit | 37cbc9a02d16b1d152dcc2c6af51214d316639d3 (patch) | |
tree | 525b7da53f15bd8c5aba4a82be31df1cce24afa3 /powerlevel9k.zsh-theme | |
parent | 7234d52ebd76b6b89e172ac5b19339f0a37ab596 (diff) |
Fix RPROMPT placement
This fixes #841
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 8f06866f..e201d35c 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -1740,7 +1740,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=' |