Merge pull request #4 from ishitatsuyuki/ishitatsuyuki-patch-1

Fix zlogin typos
This commit is contained in:
Matt Hamilton 2015-12-27 04:16:13 -05:00
commit b1f7191ac1
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 {