Skip to content

Commit

Permalink
fix(frisk): fix color typo in PS2 (#10839)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly committed Apr 9, 2022
1 parent 0818df0 commit fcceeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/frisk.zsh-theme
Expand Up @@ -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]%}["
Expand Down

0 comments on commit fcceeb6

Please sign in to comment.