mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Update vi-mode.plugin.zsh
This commit is contained in:
parent
b908feebcf
commit
8ddfc06a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue