Comment the sourcing of module files
This commit is contained in:
parent
75b894b0cd
commit
23844ca744
|
@ -9,6 +9,7 @@
|
||||||
# Load dependencies.
|
# Load dependencies.
|
||||||
omodload 'editor'
|
omodload 'editor'
|
||||||
|
|
||||||
|
# Source module files.
|
||||||
source "${0:h}/external/zsh-history-substring-search.zsh"
|
source "${0:h}/external/zsh-history-substring-search.zsh"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -10,6 +10,7 @@ if ! zstyle -t ':omz:module:syntax-highlighting' color; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Source module files.
|
||||||
source "${0:h}/external/zsh-syntax-highlighting.zsh"
|
source "${0:h}/external/zsh-syntax-highlighting.zsh"
|
||||||
|
|
||||||
# Set the highlighters.
|
# Set the highlighters.
|
||||||
|
|
Loading…
Reference in a new issue