From db981edc663c2517255eead24fe7a4915b9735a6 Mon Sep 17 00:00:00 2001 From: Atomic Coding Date: Fri, 6 Apr 2018 17:49:48 -0700 Subject: [PATCH] Zcompile zsh-themes --- login_init.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/login_init.zsh b/login_init.zsh index ef28527..b55e443 100755 --- a/login_init.zsh +++ b/login_init.zsh @@ -28,8 +28,8 @@ for zmodule (${zmodules}); do zmodule_dir=${ZIM_HOME}/modules/${zmodule} if [[ -d ${zmodule_dir} ]]; then - for file (${zmodule_dir}/**/*.{zsh,sh} \ - ${zmodule_dir}/*.{zsh,sh}); do + for file (${zmodule_dir}/**/*.{zsh,sh,zsh-theme} \ + ${zmodule_dir}/*.{zsh,sh,zsh-theme}); do if [[ -f ${file} ]]; then zrecompile -pq ${file} fi