Add helpfull action when modul not installed

This commit is contained in:
Marko Vujanic 2020-05-02 16:05:11 +02:00
parent b3c7fde730
commit 1816eb3baf
No known key found for this signature in database
GPG Key ID: 45F3F797C3DD9227
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ Startup options:
_zdisableds+=(${zmodule})
else
if [[ ! -d ${zdir} ]]; then
print -u2 -PR "%F{red}x ${funcfiletrace[1]}:%B${zmodule}:%b Not installed%f"
print -u2 -PR "%F{red}x ${funcfiletrace[1]}:%B${zmodule}:%b Not installed |try → zimfw install%f"
_zfailed=1
return 1
fi