add echo message for check_zsh_polyjuice

This commit is contained in:
2026-01-21 23:19:54 +08:00
parent aca04c9bf9
commit 6cf84dccb4

View File

@@ -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() {