From ea61bde858c3c5ba81595265a142496c91609ef3 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 29 Jul 2022 17:44:56 +0100 Subject: [PATCH] Change sandbox prompt highlight color --- prompt_fresh_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt_fresh_setup b/prompt_fresh_setup index 093bc1c..9ee9ae3 100644 --- a/prompt_fresh_setup +++ b/prompt_fresh_setup @@ -66,7 +66,7 @@ fresh_line_one() { # Construct the time and directory portions of the prompt local time_stamp="%{%F{244}%}%D{%H:%M:%S}%{%f%}" [[ -n $SANDBOX_HOME ]] && \ - local directory="%{%F{3}%}$SANDBOX_NAME${PWD#$SANDBOX_HOME}%{%f%}" || \ + local directory="%{%F{220}%}$SANDBOX_NAME${PWD#$SANDBOX_HOME}%{%f%}" || \ local directory="%{%F{37}%}%~%{%f%}" # Check we are in a git repository