diff options
author | PierreD <39910767+PierreDemailly@users.noreply.github.com> | 2022-04-09 15:18:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 15:18:24 +0200 |
commit | fcceeb666452c5a41b786f3cde9c8635ddde5448 (patch) | |
tree | f3325cc6e33f6bf284eff2a5e406559f21f9fa3e /themes | |
parent | 0818df057cca59a949ffa88947a6b16dec2411ca (diff) | |
download | zsh-fcceeb666452c5a41b786f3cde9c8635ddde5448.tar.gz zsh-fcceeb666452c5a41b786f3cde9c8635ddde5448.tar.bz2 zsh-fcceeb666452c5a41b786f3cde9c8635ddde5448.zip |
fix(frisk): fix color typo in `PS2` (#10839)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/frisk.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/frisk.zsh-theme b/themes/frisk.zsh-theme index 653c7461f..f4f934d05 100644 --- a/themes/frisk.zsh-theme +++ b/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]%}[" |