Update vi-mode.plugin.zsh

This commit is contained in:
chenwl 2017-03-21 23:59:10 +08:00 committed by GitHub
parent b908feebcf
commit 8ddfc06a7b

View File

@ -46,5 +46,5 @@ function vi_mode_prompt_info() {
# define right prompt, if it wasn't defined by a theme
if [[ "$RPS1" == "" && "$RPROMPT" == "" ]]; then
RPS1='$(vi_mode_prompt_info)'
RPS1="$(vi_mode_prompt_info)"
fi