From 73e2648c1700180327637f0318ad6da2d921576c Mon Sep 17 00:00:00 2001 From: AngeD Date: Tue, 28 Mar 2023 18:36:05 +0200 Subject: [PATCH] feat: p10k status number, remove mytheme --- .config/zsh/.p10k.zsh | 2 +- .config/zsh/custom/themes/mytheme.zsh-theme | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .config/zsh/custom/themes/mytheme.zsh-theme diff --git a/.config/zsh/.p10k.zsh b/.config/zsh/.p10k.zsh index 271f4f2..71a42a6 100644 --- a/.config/zsh/.p10k.zsh +++ b/.config/zsh/.p10k.zsh @@ -511,7 +511,7 @@ # Status when it's just an error code (e.g., '1'). No need to show it if prompt_char is enabled as # it will signify error by turning red. - typeset -g POWERLEVEL9K_STATUS_ERROR=false + typeset -g POWERLEVEL9K_STATUS_ERROR=true typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=160 typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘' diff --git a/.config/zsh/custom/themes/mytheme.zsh-theme b/.config/zsh/custom/themes/mytheme.zsh-theme deleted file mode 100644 index accc3a6..0000000 --- a/.config/zsh/custom/themes/mytheme.zsh-theme +++ /dev/null @@ -1,6 +0,0 @@ -PROMPT='%(?::%{$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%} " -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"