diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-09-08 15:56:53 +0000 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-09-08 15:56:53 +0000 |
commit | e6ae3e7034555ac3b5d561863e9807474ba897ce (patch) | |
tree | 28d1f446ea31ee5571aeea23fee97965a7f56d4b /zsh | |
parent | cd (diff) | |
download | dotfiles-e6ae3e7034555ac3b5d561863e9807474ba897ce.tar dotfiles-e6ae3e7034555ac3b5d561863e9807474ba897ce.tar.gz dotfiles-e6ae3e7034555ac3b5d561863e9807474ba897ce.tar.bz2 dotfiles-e6ae3e7034555ac3b5d561863e9807474ba897ce.tar.lz dotfiles-e6ae3e7034555ac3b5d561863e9807474ba897ce.tar.xz dotfiles-e6ae3e7034555ac3b5d561863e9807474ba897ce.tar.zst dotfiles-e6ae3e7034555ac3b5d561863e9807474ba897ce.zip |
err
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.config/zsh/.p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.p10k.zsh b/zsh/.config/zsh/.p10k.zsh index 3e730bd..eb7e021 100644 --- a/zsh/.config/zsh/.p10k.zsh +++ b/zsh/.config/zsh/.p10k.zsh @@ -510,7 +510,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='✘' |