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