From 14df81298206edaa219ea090ed92766042e2310b Mon Sep 17 00:00:00 2001 From: AngeD Date: Sun, 11 Dec 2022 02:15:28 +0100 Subject: [PATCH] fix: zsh cwd not consistently bold --- .config/zsh/custom/themes/simpletheme.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/custom/themes/simpletheme.zsh-theme b/.config/zsh/custom/themes/simpletheme.zsh-theme index 856b5a7..e9409b9 100644 --- a/.config/zsh/custom/themes/simpletheme.zsh-theme +++ b/.config/zsh/custom/themes/simpletheme.zsh-theme @@ -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%} "