From f86690f5bd27074a1784c65fffaaa7974c214e3d Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 23 Dec 2021 04:09:56 +0000
Subject: [PATCH] Shift from make and stow to shell script to install

---
 zsh/.zsh/p10k.zsh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zsh/.zsh/p10k.zsh b/zsh/.zsh/p10k.zsh
index 094c7cd..24fd009 100644
--- a/zsh/.zsh/p10k.zsh
+++ b/zsh/.zsh/p10k.zsh
@@ -515,7 +515,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='✘'
 

--
Gitblit v1.10.0