fix: zsh cwd not consistently bold

This commit is contained in:
AngeD 2022-12-11 02:15:28 +01:00
parent c5afe309f8
commit 14df812982

View File

@ -1,6 +1,6 @@
PROMPT='
$(kube_ps1)
%(?::%{$fg_bold[red]%}%? )%{$fg[cyan]%}%~%{$reset_color%} $(git_prompt_info)'
%(?::%{$fg_bold[red]%}%? )%{$fg_bold[cyan]%}%~%{$reset_color%} $(git_prompt_info)'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "