[template] Add zcompile of git-info to zlogin
and declare `zim_mods` as a local variable. Also minor formatting changes. Closes #215
This commit is contained in:
parent
d0429dc0bb
commit
a4f6b757be
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
fi
|
||||
}
|
||||
|
||||
zim_mods=${ZIM_HOME}/modules
|
||||
local zim_mods=${ZIM_HOME}/modules
|
||||
setopt EXTENDED_GLOB
|
||||
|
||||
# zcompile the completion cache; siginificant speedup.
|
||||
|
@ -30,6 +30,7 @@
|
|||
|
||||
# zcompile some light module init scripts
|
||||
zcompare ${zim_mods}/git/init.zsh
|
||||
zcompare ${zim_mods}/git-info/init.zsh
|
||||
zcompare ${zim_mods}/utility/init.zsh
|
||||
zcompare ${zim_mods}/pacman/init.zsh
|
||||
zcompare ${zim_mods}/spectrum/init.zsh
|
||||
|
@ -55,5 +56,4 @@
|
|||
# zsh-histery-substring-search
|
||||
zcompare ${zim_mods}/history-substring-search/external/zsh-history-substring-search.zsh
|
||||
|
||||
|
||||
) &!
|
||||
|
|
Loading…
Reference in a new issue