Fix zlogin typos

This commit is contained in:
ishitatsuyuki 2015-12-27 18:14:35 +09:00
parent e6068a7ede
commit 3ddc1703af
1 changed files with 8 additions and 8 deletions

View File

@ -28,16 +28,16 @@ local zcompare() {
# Next, zcompile .zshrc if needed
zcompare ${ZDOTDIR:-${HOME}}/.zshrc
# Now, zcomplie some light module init scripts
zcompare ${ZDOTDIR:-${HOME}}/modules/git/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/modules/utility/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/modules/pacman/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/modules/spectrum/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/modules/completion/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/modules/custom/init.zsh
# Now, zcompile some light module init scripts
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/git/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/utility/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/pacman/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/spectrum/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/completion/init.zsh
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/custom/init.zsh
# Then, we should zcomplie the 'heavy' modules where possible.
# Then, we should zcompile the 'heavy' modules where possible.
# This includes syntax-highlighting and completion.
# Other modules may be added to this list at a later date.
function {