zsh: rename pk fetch file

This commit is contained in:
Erin 2023-07-20 00:39:38 -04:00
parent 8a918a132e
commit 229c7c10db

View file

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