From 134c66c40c7ae87e7eaa4870be7ec9f20e2f04e8 Mon Sep 17 00:00:00 2001 From: Erin Date: Sat, 16 Sep 2023 10:43:39 -0400 Subject: [PATCH] update pk hook for new name color thing --- zsh/.config/zsh/config.d/00_query_pk_fronter.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.config/zsh/config.d/00_query_pk_fronter.zsh b/zsh/.config/zsh/config.d/00_query_pk_fronter.zsh index 82c423b..a5914de 100644 --- a/zsh/.config/zsh/config.d/00_query_pk_fronter.zsh +++ b/zsh/.config/zsh/config.d/00_query_pk_fronter.zsh @@ -25,4 +25,5 @@ function fetch_fronter_information { precmd_functions+="set_fronter_information" function set_fronter_information { eval_with_secrets fetch_fronter_information + export PROMPT_NAME_COLOR="$PK_FRONTER_COLOR" }