mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(frisk): fix color typo in PS2
(#10839)
This commit is contained in:
parent
0818df057c
commit
fcceeb6664
@ -2,7 +2,7 @@ PROMPT=$'
|
|||||||
%{$fg[blue]%}%/%{$reset_color%} $(git_prompt_info)$(bzr_prompt_info)%{$fg[white]%}[%n@%m]%{$reset_color%} %{$fg[white]%}[%T]%{$reset_color%}
|
%{$fg[blue]%}%/%{$reset_color%} $(git_prompt_info)$(bzr_prompt_info)%{$fg[white]%}[%n@%m]%{$reset_color%} %{$fg[white]%}[%T]%{$reset_color%}
|
||||||
%{$fg_bold[black]%}>%{$reset_color%} '
|
%{$fg_bold[black]%}>%{$reset_color%} '
|
||||||
|
|
||||||
PROMPT2="%{$fg_blod[black]%}%_> %{$reset_color%}"
|
PROMPT2="%{$fg_bold[black]%}%_> %{$reset_color%}"
|
||||||
|
|
||||||
GIT_CB="git::"
|
GIT_CB="git::"
|
||||||
ZSH_THEME_SCM_PROMPT_PREFIX="%{$fg[green]%}["
|
ZSH_THEME_SCM_PROMPT_PREFIX="%{$fg[green]%}["
|
||||||
|
Loading…
Reference in New Issue
Block a user