From 78e6d1fc91f249df7472f0bcccf86ef6b432fa65 Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Mon, 9 Apr 2018 18:12:34 -0500 Subject: [PATCH] Also still not zrecompile prompt_*_setup files missed that on the last commit. --- login_init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login_init.zsh b/login_init.zsh index 057d336..95a9ec9 100755 --- a/login_init.zsh +++ b/login_init.zsh @@ -18,7 +18,7 @@ # zcompile enabled module autoloaded functions for dir in ${ZIM_HOME}/modules/${^zmodules}/functions(/FN); do - zrecompile -pq ${dir}.zwc ${dir}/^(_*|*.*)(-.N) + zrecompile -pq ${dir}.zwc ${dir}/^(_*|prompt_*_setup|*.*)(-.N) done # zcompile enabled module scripts