From 1816eb3baf60025326681cbf428b16c978c88c38 Mon Sep 17 00:00:00 2001 From: Marko Vujanic Date: Sat, 2 May 2020 16:05:11 +0200 Subject: [PATCH] Add helpfull action when modul not installed --- zimfw.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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