From 103745c4d3a738c55d97c5d57ac0fb479a2bf317 Mon Sep 17 00:00:00 2001 From: AtomicCoding Date: Thu, 5 Apr 2018 13:36:07 -0700 Subject: [PATCH] Minor Fix --- init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.zsh b/init.zsh index 7f5c6b6..41271db 100755 --- a/init.zsh +++ b/init.zsh @@ -36,7 +36,7 @@ fi if [[ ! -d ${zmodule_dir} ]]; then print "No such module \"${zmodule}\"." >&2 else - for zmodule_file (${zmodule_dir}/init.zsh \ + for zmodule_file (${zmodule_dir}/init.{zsh,sh} \ ${zmodule_dir}/{,zsh-}${zmodule}.{zsh,plugin.zsh,zsh-theme,sh}); do if [[ -f ${zmodule_file} ]]; then source ${zmodule_file}