From fd12925cefa48a8f28f61e995bdebc80d592acb9 Mon Sep 17 00:00:00 2001 From: gwbeip Date: Sun, 25 Jan 2026 18:52:14 +0800 Subject: [PATCH] typo --- zsh/functions/config_starship.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions/config_starship.sh b/zsh/functions/config_starship.sh index 9a98075..20d16da 100644 --- a/zsh/functions/config_starship.sh +++ b/zsh/functions/config_starship.sh @@ -1,4 +1,4 @@ -function startship_polyjuice() { +function starship_polyjuice() { if [ ! -n "${ZSH_POLYJUICE_STARSHIP_CONFIG_FILE}" ]; then echo "STARSHIP_CONFIG_FILE is not set. Please source `\$HOME/.zshrc` first." return