update pk hook for new name color thing

This commit is contained in:
Erin 2023-09-16 10:43:39 -04:00
parent d248e8db45
commit 134c66c40c

View file

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