From 6cf84dccb4a60a0b45d405bca6c03b416f1b31de Mon Sep 17 00:00:00 2001 From: gwbeip Date: Wed, 21 Jan 2026 23:19:54 +0800 Subject: [PATCH] add echo message for check_zsh_polyjuice --- zsh/functions/check.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/functions/check.sh b/zsh/functions/check.sh index 5bf70aa..9961a8c 100644 --- a/zsh/functions/check.sh +++ b/zsh/functions/check.sh @@ -45,6 +45,8 @@ function check_zsh_polyjuice() { if (( ! $+commands[python3] )); then echo "python3 is not installed." fi + + echo "Using `install_plugins` function to install missing plugins." } function check_tools() {