From 229c7c10db9a4cec3259e5a96b1606bb399faed4 Mon Sep 17 00:00:00 2001 From: Erin Date: Thu, 20 Jul 2023 00:39:38 -0400 Subject: [PATCH] zsh: rename pk fetch file --- .../{00_query_pk_front_color.zsh => 00_query_pk_fronter.zsh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename zsh/.config/zsh/config.d/{00_query_pk_front_color.zsh => 00_query_pk_fronter.zsh} (93%) diff --git a/zsh/.config/zsh/config.d/00_query_pk_front_color.zsh b/zsh/.config/zsh/config.d/00_query_pk_fronter.zsh similarity index 93% rename from zsh/.config/zsh/config.d/00_query_pk_front_color.zsh rename to zsh/.config/zsh/config.d/00_query_pk_fronter.zsh index 83a7b6e..82c423b 100644 --- a/zsh/.config/zsh/config.d/00_query_pk_front_color.zsh +++ b/zsh/.config/zsh/config.d/00_query_pk_fronter.zsh @@ -1,4 +1,4 @@ -# fetches the color of the currently fronting PK member +# exports info about the currently fronting PK system member for use in prompts function fetch_fronter_information { # return non-zero if secrets are missing [ -n "$PLURALKIT_API_TOKEN" ] || return 1