mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Update blinks theme to allow for vi mode information (for the vi-mode plugin)
This commit is contained in:
parent
3e9493fb30
commit
68c269f98e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{%F{red}%}*%{%f%k%b%}"
|
||||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
|
|
||||||
PROMPT='%{%f%k%b%}
|
PROMPT='%{%f%k%b%}
|
||||||
%{%K{black}%B%F{green}%}%n%{%B%F{blue}%}@%{%B%F{cyan}%}%m%{%B%F{green}%} %{%b%F{yellow}%K{black}%}%~%{%B%F{green}%}$(git_prompt_info)%E%{%f%k%b%}
|
%{%K{black}%B%F{green}%}%n%{%B%F{blue}%}@%{%B%F{cyan}%}%m%{%B%F{green}%} %{%b%F{yellow}%K{black}%}%~%{%B%F{green}%}$(git_prompt_info)$(vi_mode_prompt_info)%E%{%f%k%b%}
|
||||||
%{%K{black}%}$(_prompt_char)%{%K{black}%} %#%{%f%k%b%} '
|
%{%K{black}%}$(_prompt_char)%{%K{black}%} %#%{%f%k%b%} '
|
||||||
|
|
||||||
RPROMPT='!%{%B%F{cyan}%}%!%{%f%k%b%}'
|
RPROMPT='!%{%B%F{cyan}%}%!%{%f%k%b%}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue