Fix zlogin typos
This commit is contained in:
parent
e6068a7ede
commit
3ddc1703af
1 changed files with 8 additions and 8 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue