Merge pull request #4 from ishitatsuyuki/ishitatsuyuki-patch-1
Fix zlogin typos
This commit is contained in:
commit
b1f7191ac1
@ -28,16 +28,16 @@ local zcompare() {
|
|||||||
# Next, zcompile .zshrc if needed
|
# Next, zcompile .zshrc if needed
|
||||||
zcompare ${ZDOTDIR:-${HOME}}/.zshrc
|
zcompare ${ZDOTDIR:-${HOME}}/.zshrc
|
||||||
|
|
||||||
# Now, zcomplie some light module init scripts
|
# Now, zcompile some light module init scripts
|
||||||
zcompare ${ZDOTDIR:-${HOME}}/modules/git/init.zsh
|
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/git/init.zsh
|
||||||
zcompare ${ZDOTDIR:-${HOME}}/modules/utility/init.zsh
|
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/utility/init.zsh
|
||||||
zcompare ${ZDOTDIR:-${HOME}}/modules/pacman/init.zsh
|
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/pacman/init.zsh
|
||||||
zcompare ${ZDOTDIR:-${HOME}}/modules/spectrum/init.zsh
|
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/spectrum/init.zsh
|
||||||
zcompare ${ZDOTDIR:-${HOME}}/modules/completion/init.zsh
|
zcompare ${ZDOTDIR:-${HOME}}/.zim/modules/completion/init.zsh
|
||||||
zcompare ${ZDOTDIR:-${HOME}}/modules/custom/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.
|
# This includes syntax-highlighting and completion.
|
||||||
# Other modules may be added to this list at a later date.
|
# Other modules may be added to this list at a later date.
|
||||||
function {
|
function {
|
||||||
|
Reference in New Issue
Block a user