Update vi-mode.plugin.zsh
This commit is contained in:
parent
b908feebcf
commit
8ddfc06a7b
@ -46,5 +46,5 @@ function vi_mode_prompt_info() {
|
|||||||
|
|
||||||
# define right prompt, if it wasn't defined by a theme
|
# define right prompt, if it wasn't defined by a theme
|
||||||
if [[ "$RPS1" == "" && "$RPROMPT" == "" ]]; then
|
if [[ "$RPS1" == "" && "$RPROMPT" == "" ]]; then
|
||||||
RPS1='$(vi_mode_prompt_info)'
|
RPS1="$(vi_mode_prompt_info)"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user