From 3ddc1703af87b7c9f5a33321b7c7df6f1396a873 Mon Sep 17 00:00:00 2001 From: ishitatsuyuki Date: Sun, 27 Dec 2015 18:14:35 +0900 Subject: [PATCH] Fix zlogin typos --- templates/zlogin | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/zlogin b/templates/zlogin index 1721752..3c55354 100644 --- a/templates/zlogin +++ b/templates/zlogin @@ -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 {