zsh: move vi_mode_prompt_info to RPS1

feature/symbol-search
bretello 2021-02-21 23:48:58 +01:00
parent 07051c34f5
commit 2b35f51b6b
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ function ret_status() {
export MODE_INDICATOR="%F{255}[%F{9}nav%F{255}]%f"
_PROMPT_PROTO='$(vi_mode_prompt_info)$(virtualenv_info)$(user_prompt)$(path_prompt)$(git_prompt)$(job_prompt)$(shlvl_prompt)'
_PROMPT_PROTO='$(virtualenv_info)$(user_prompt)$(path_prompt)$(git_prompt)$(job_prompt)$(shlvl_prompt)'
function prompt_too_long(){
local zero='%([BSUbfksu]|([FK]|){*})'
@ -155,4 +155,4 @@ PROMPT+='${$(prompt_too_long)/true/${NEWLINE}}'
PROMPT+='$(ret_status) '
# Right prompt is just return code and time
RPS1='$(return_code_RPS1) %F{255}[%*]%f'
RPS1='$(return_code_RPS1)$(vi_mode_prompt_info)%F{255}[%*]%f'