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" }