浏览代码

fix(frisk): fix color typo in `PS2` (#10839)

PierreD 2 年之前
父节点
当前提交
fcceeb6664
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/frisk.zsh-theme

+ 1 - 1
themes/frisk.zsh-theme

@@ -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_bold[black]%}>%{$reset_color%} '
 
-PROMPT2="%{$fg_blod[black]%}%_> %{$reset_color%}"
+PROMPT2="%{$fg_bold[black]%}%_> %{$reset_color%}"
 
 GIT_CB="git::"
 ZSH_THEME_SCM_PROMPT_PREFIX="%{$fg[green]%}["