diff --git a/zimfw.zsh b/zimfw.zsh index 9dab1ed..4da2153 100644 --- a/zimfw.zsh +++ b/zimfw.zsh @@ -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